Package jline.solvers.mam.handlers
Class Mam_bgchain_station.StationResult
java.lang.Object
jline.solvers.mam.handlers.Mam_bgchain_station.StationResult
- Enclosing class:
- Mam_bgchain_station
Solved open station.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]E[min(e+k,c)*e/(e+k) | e], the share the background chain reads back.int[]Environment support, ascending.double[]Stationary probability of each environment state.doubleStationary probability of the truncation level.doubleMean number of open jobs at the station.doubleOpen departure rate.doubleMean fraction of the servers held by open jobs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QLen
public double QLenMean number of open jobs at the station. -
Util
public double UtilMean fraction of the servers held by open jobs. -
Tput
public double TputOpen departure rate. -
ploss
public double plossStationary probability of the truncation level. -
penv
public double[] penvStationary probability of each environment state. -
esup
public int[] esupEnvironment support, ascending.
-
-
Constructor Details
-
StationResult
public StationResult()
-