Package jline.api.qsys
Class QsysTandemUbResult
java.lang.Object
jline.api.qsys.QsysTandemUbResult
Tail bounds of a two-station tandem and the coefficients that produced them.
Returned by Qsys_tandem_ub_ciucu, one S and W entry
per supplied threshold.
- Since:
- LINE 3.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doubleCoefficient A of the test function gamma, fixed by Lemma 4.final doubleE[X e^{-theta X}], the arrival functional the coefficients depend on.final doubleCoefficient B of the test function gamma, fixed by Lemma 4.final doubleCoefficient C of the test function gamma, fixed by Lemma 4.final doubleCoefficient D of the test function gamma, fixed by Lemma 4.final double[]Upper bound on P(S > x), the end-to-end sojourn time, capped at one.final doubleTail decay rate, the positive root of E[e^{theta (Y-X)}] = 1.final double[]Upper bound on P(W > x); NaN unless the service law is exponential. -
Constructor Summary
ConstructorsConstructorDescriptionQsysTandemUbResult(double[] S, double[] W, double theta, double alpha, double A, double B, double C, double D) -
Method Summary
-
Field Details
-
S
public final double[] SUpper bound on P(S > x), the end-to-end sojourn time, capped at one. -
W
public final double[] WUpper bound on P(W > x); NaN unless the service law is exponential. -
theta
public final double thetaTail decay rate, the positive root of E[e^{theta (Y-X)}] = 1. -
alpha
public final double alphaE[X e^{-theta X}], the arrival functional the coefficients depend on. -
A
public final double ACoefficient A of the test function gamma, fixed by Lemma 4. -
B
public final double BCoefficient B of the test function gamma, fixed by Lemma 4. -
C
public final double CCoefficient C of the test function gamma, fixed by Lemma 4. -
D
public final double DCoefficient D of the test function gamma, fixed by Lemma 4.
-
-
Constructor Details
-
QsysTandemUbResult
public QsysTandemUbResult(double[] S, double[] W, double theta, double alpha, double A, double B, double C, double D)
-