Package jline.api.pfqn.sens
Class Pfqn_hst.Result
java.lang.Object
jline.api.pfqn.sens.Pfqn_hst.Result
- Enclosing class:
- Pfqn_hst
HST sensitivity coefficients and the constrained worst case.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]The worst-case deviation profile a_k/d, k = 1..N.final double[]Sensitivity coefficients c_k, k = 1..N (eq.final double[]P(n_i = k), k = 0..N.final double[]P(n_i >= k), k = 0..N.final doubleMean queue length there.final intStation index analysed (0-based).final doublesum_k |c_k|, the unconstrained certificate per unit d.final doubleUtilization of that station.final doubleThe (P1) optimum per unit d.final doubleProduct-form throughput. -
Constructor Summary
ConstructorsConstructorDescriptionResult(int station, double X, double U, double Q, double[] Pgeq, double[] p, double[] c, double total, double worst, double[] astar) -
Method Summary
-
Field Details
-
station
public final int stationStation index analysed (0-based). -
X
public final double XProduct-form throughput. -
U
public final double UUtilization of that station. -
Q
public final double QMean queue length there. -
Pgeq
public final double[] PgeqP(n_i >= k), k = 0..N. -
p
public final double[] pP(n_i = k), k = 0..N. -
c
public final double[] cSensitivity coefficients c_k, k = 1..N (eq. 3.11). -
total
public final double totalsum_k |c_k|, the unconstrained certificate per unit d. -
worst
public final double worstThe (P1) optimum per unit d. -
astar
public final double[] astarThe worst-case deviation profile a_k/d, k = 1..N.
-
-
Constructor Details
-
Result
public Result(int station, double X, double U, double Q, double[] Pgeq, double[] p, double[] c, double total, double worst, double[] astar)
-