Package jline.api.qsys
Class QsysWorkloadResult
java.lang.Object
jline.api.qsys.QsysWorkloadResult
Holder for the stationary distribution of the quantity of work in a single
service stage, together with the grid it is reported on and the stationary
distribution of the number of requests in the system.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
F
public final double[] FF[j] = Pr{psi <= t[j]}, the workload CDF. -
t
public final double[] tGrid at which F is reported. -
p
public final double[] pp[h] = Pr{x = h}, the stationary number in system, h = 0..N.
-
-
Constructor Details
-
QsysWorkloadResult
public QsysWorkloadResult(double[] F, double[] t, double[] p)
-