Package jline.api.pfqn
Class PfqnResptPsResult
java.lang.Object
jline.api.pfqn.PfqnResptPsResult
Sojourn-time moments at the processor-sharing station of the closed
terminal-driven system of Mitra and Morrison (1983).
Port of MATLAB pfqn_respt_ps_moments.m.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]Per-class unutilized fraction 1 - sum_r lambda_r/q_r of the CPU in the open counterpart.final double[]Leading coefficient of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.final double[]First correction of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route.final doubleThe large parameter Nexp = max_r Z(r)/S(r).final String[]Per-class route taken: "exact", "asymptotic", "unavailable" or "none".final double[]Size of the exact state space that the tagged class would need.final double[]Per-class mean sojourn times; NaN where no route applies.final double[]Per-class second moments of the sojourn time; NaN where no route applies. -
Constructor Summary
ConstructorsConstructorDescriptionPfqnResptPsResult(double[] W, double[] W2, String[] method, double[] c0, double[] c1, double[] alpha, double[] nstates, double expansionParam) -
Method Summary
-
Field Details
-
W
public final double[] WPer-class mean sojourn times; NaN where no route applies. -
W2
public final double[] W2Per-class second moments of the sojourn time; NaN where no route applies. -
method
Per-class route taken: "exact", "asymptotic", "unavailable" or "none". -
c0
public final double[] c0Leading coefficient of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route. -
c1
public final double[] c1First correction of E[W^2] ~ c0 + c1/expansionParam; NaN on the exact route. -
alpha
public final double[] alphaPer-class unutilized fraction 1 - sum_r lambda_r/q_r of the CPU in the open counterpart. -
nstates
public final double[] nstatesSize of the exact state space that the tagged class would need. -
expansionParam
public final double expansionParamThe large parameter Nexp = max_r Z(r)/S(r).
-
-
Constructor Details
-
PfqnResptPsResult
public PfqnResptPsResult(double[] W, double[] W2, String[] method, double[] c0, double[] c1, double[] alpha, double[] nstates, double expansionParam)
-