Package jline.solvers.mam.handlers
Class Mam_bgchain_ctmc.Result
java.lang.Object
jline.solvers.mam.handlers.Mam_bgchain_ctmc.Result
- Enclosing class:
- Mam_bgchain_ctmc
Solved background chain.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintStationary distribution, one row.Generator.double[][]Mean queue length per station per background class.int[][][]space[s][i][b]: class-b jobs held by station i in state s.int[][]totocc[s][i]: closed jobs of any background class held by station i.double[][]Mean completion rate per station per background class.double[][]Mean fraction of the servers held, per station per background class. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
space
public int[][][] spacespace[s][i][b]: class-b jobs held by station i in state s. -
totocc
public int[][] totocctotocc[s][i]: closed jobs of any background class held by station i. -
pi
Stationary distribution, one row. -
Q
Generator. -
QLen
public double[][] QLenMean queue length per station per background class. -
Tput
public double[][] TputMean completion rate per station per background class. -
Ubusy
public double[][] UbusyMean fraction of the servers held, per station per background class. -
nstates
public int nstates
-
-
Constructor Details
-
Result
public Result()
-