Package jline.api.npfqn
Class Npfqn_bnd_bgt.Result
java.lang.Object
jline.api.npfqn.Npfqn_bnd_bgt.Result
- Enclosing class:
- Npfqn_bnd_bgt
Outcome of one solve.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe exception parameter of the smoothed Lyapunov function.int[]Per-class stage index, zero based.int[]Per-class station index, zero based.int[]Per-class type index.doubleThe drift certificate; strictly positive on success.double[][]The Lyapunov coefficients, [J][N].doublemax over j and (i,k) of L.double[][]Per type and stage, the upper bound on E[Q(i,k)]; +Inf where max_j L is 0.double[]Per-class nominal load.double[]Per-station nominal load.doubleThe uniformization divisor applied to lambda and mu.doubleGeometric decay ratio of the tail bound.doubleStep of the tail bound, 2(Lmax+gamma/2).doubleThe Theorem 4 bound on E[L^j'Q], the same for every j.double[]The per-station slack V_j. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Qub
public double[][] QubPer type and stage, the upper bound on E[Q(i,k)]; +Inf where max_j L is 0. -
gamma
public double gammaThe drift certificate; strictly positive on success. -
Lmax
public double Lmaxmax over j and (i,k) of L. -
L
public double[][] LThe Lyapunov coefficients, [J][N]. -
V
public double[] VThe per-station slack V_j. -
B
public double BThe exception parameter of the smoothed Lyapunov function. -
U
public double UThe Theorem 4 bound on E[L^j'Q], the same for every j. -
tailRatio
public double tailRatioGeometric decay ratio of the tail bound. -
tailStep
public double tailStepStep of the tail bound, 2(Lmax+gamma/2). -
rho
public double[] rhoPer-class nominal load. -
rhoStation
public double[] rhoStationPer-station nominal load. -
scale
public double scaleThe uniformization divisor applied to lambda and mu. -
classType
public int[] classTypePer-class type index. -
classStage
public int[] classStagePer-class stage index, zero based. -
classStation
public int[] classStationPer-class station index, zero based.
-
-
Constructor Details
-
Result
public Result()
-