Package jline.api.qsys
Class Qsys_gg1Kt
-
- All Implemented Interfaces:
public final class Qsys_gg1Kt
-
-
Method Summary
Modifier and Type Method Description final static HashMap<String, Object>
qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2)
G/G/1 queue analysis (general arrivals and service)Computes performance measures for the G/G/1 queueing system using exact methods when available (special cases) or high-quality approximations. final static HashMap<String, Object>
qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2, Integer k)
G/G/1 queue analysis with state probability -
-
Method Detail
-
qsys_gg1
final static HashMap<String, Object> qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2)
G/G/1 queue analysis (general arrivals and service)
Computes performance measures for the G/G/1 queueing system using exact methods when available (special cases) or high-quality approximations.
- Parameters:
lambda
- arrival ratemu
- service rateca2
- squared coefficient of variation of inter-arrival timecs2
- squared coefficient of variation of service time- Returns:
HashMap containing: - L: average number of customers in system - Lq: average number of customers in queue - W: average time in system - Wq: average waiting time in queue - p0: probability of empty system
-
qsys_gg1
final static HashMap<String, Object> qsys_gg1(Double lambda, Double mu, Double ca2, Double cs2, Integer k)
G/G/1 queue analysis with state probability
- Parameters:
lambda
- arrival ratemu
- service rateca2
- squared coefficient of variation of inter-arrival timecs2
- squared coefficient of variation of service timek
- specific state for probability computation- Returns:
HashMap containing all metrics plus pk (probability of k customers)
-
-
-
-