Class QsysTandemUbResult

java.lang.Object
jline.api.qsys.QsysTandemUbResult

public class QsysTandemUbResult extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    final double
    Coefficient A of the test function gamma, fixed by Lemma 4.
    final double
    E[X e^{-theta X}], the arrival functional the coefficients depend on.
    final double
    Coefficient B of the test function gamma, fixed by Lemma 4.
    final double
    Coefficient C of the test function gamma, fixed by Lemma 4.
    final double
    Coefficient 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 double
    Tail 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

    Constructors
    Constructor
    Description
    QsysTandemUbResult(double[] S, double[] W, double theta, double alpha, double A, double B, double C, double D)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • S

      public final double[] S
      Upper bound on P(S > x), the end-to-end sojourn time, capped at one.
    • W

      public final double[] W
      Upper bound on P(W > x); NaN unless the service law is exponential.
    • theta

      public final double theta
      Tail decay rate, the positive root of E[e^{theta (Y-X)}] = 1.
    • alpha

      public final double alpha
      E[X e^{-theta X}], the arrival functional the coefficients depend on.
    • A

      public final double A
      Coefficient A of the test function gamma, fixed by Lemma 4.
    • B

      public final double B
      Coefficient B of the test function gamma, fixed by Lemma 4.
    • C

      public final double C
      Coefficient C of the test function gamma, fixed by Lemma 4.
    • D

      public final double D
      Coefficient 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)