Learn R Programming

queueing (version 0.1.4)

C_erlang: Returns the probability to wait in queue bacause all servers are busy

Description

Returns the probability to wait in queue bacause all servers are busy

Usage

C_erlang(c=1, r=0)

Arguments

Details

Returns the probability to wait in queue bacause all servers are busy

References

[Sixto2004] Sixto Rios Insua, Alfonso Mateos Caballero, M Concepcion Bielza Lozoya, Antonio Jimenez Martin (2004). Investigacion Operativa. Modelos deterministicos y estocasticos. Editorial Centro de Estudios Ramon Areces.

See Also

B_erlang

Examples

Run this code
## two servers
C_erlang(2, 0.5/0.7)

Run the code above in your browser using DataLab