Package jline.api.qsys
Class Qsys_mm1k_lossKt
-
- All Implemented Interfaces:
public final class Qsys_mm1k_lossKt
-
-
Method Summary
Modifier and Type Method Description final static HashMap<String, Object>
qsys_mm1k_loss(Double lambda, Double mu, Integer K)
M/M/1/K loss probability calculationCalculates the loss probability for an M/M/1/K queue (finite capacity K) Based on: Niu-Cooper, Transform-Free Analysis of M/G/1/K and Related Queues, Mathematics of Operations Research Vol. -
-
Method Detail
-
qsys_mm1k_loss
final static HashMap<String, Object> qsys_mm1k_loss(Double lambda, Double mu, Integer K)
M/M/1/K loss probability calculation
Calculates the loss probability for an M/M/1/K queue (finite capacity K) Based on: Niu-Cooper, Transform-Free Analysis of M/G/1/K and Related Queues, Mathematics of Operations Research Vol. 18, No. 2 (May, 1993), pp. 486-510
- Parameters:
lambda
- arrival ratemu
- service rateK
- system capacity (maximum number of customers)- Returns:
HashMap containing lossprob (loss probability) and rho (utilization)
-
-
-
-