Package jline.api.qsys
Class Qsys_gigk_approx_whittKt
-
- All Implemented Interfaces:
public final class Qsys_gigk_approx_whittKt
-
-
Method Summary
Modifier and Type Method Description final static HashMap<String, Object>
qsys_gigk_approx_whitt(Double lambda, Double mu, Double ca2, Double cs2, Integer k)
G/G/k queue approximation using Whitt's methodThis approximation uses the Queue Network Analyzer (QNA) methodology to provide accurate estimates for multi-server queues with general distributions. -
-
Method Detail
-
qsys_gigk_approx_whitt
final static HashMap<String, Object> qsys_gigk_approx_whitt(Double lambda, Double mu, Double ca2, Double cs2, Integer k)
G/G/k queue approximation using Whitt's method
This approximation uses the Queue Network Analyzer (QNA) methodology to provide accurate estimates for multi-server queues with general distributions.
- Parameters:
lambda
- arrival ratemu
- service rate per serverca2
- squared coefficient of variation of inter-arrival timecs2
- squared coefficient of variation of service timek
- number of servers- Returns:
HashMap containing: - L: average number of customers in system - W: average time in system - Q: average queue length - U: server utilization
-
-
-
-