Package jline.api.qsys
Class Qsys_gig1_lbndKt
-
- All Implemented Interfaces:
public final class Qsys_gig1_lbndKt
-
-
Method Summary
-
-
Method Detail
-
qsys_gig1_lbnd
final static HashMap<String, Object> qsys_gig1_lbnd(Double lambda, Double mu, Double ca2, Double cs2)
G/G/1 queue lower bounds
Computes fundamental theoretical lower bounds for G/G/1 queues. These are the minimum possible values that performance measures cannot fall below for any realization of the arrival and service processes.
- 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: lower bound on average number in system - Lq: lower bound on average number in queue - W: lower bound on average time in system - Wq: lower bound on average waiting time in queue - p0: upper bound on probability of empty system
-
-
-
-