Learn R Programming

queueing (version 0.1.8)

Engset: Returns the probability that all servers are busy

Description

Returns the probability that all servers are busy

Usage

Engset(k=1, c=0, r=0)

Arguments

Details

Returns the probability of blocking in a finite source model

See Also

B_erlang

Examples

Run this code
## three users, two servers
Engset(3, 2, 0.5/0.7)

Run the code above in your browser using DataLab