Class QsysTandemLindleyResult

java.lang.Object
jline.api.qsys.QsysTandemLindleyResult

public class QsysTandemLindleyResult extends Object
Conditional downstream waiting time in a two-station tandem.

Returned by Qsys_mm1_tandem_lindley, one entry per supplied pair of current waiting times.

Since:
LINE 3.1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    Probability the upstream server goes idle before the next arrival.
    final double[]
    Conditional mean upstream interdeparture time, 1/mu1 + q/lambda.
    final double[]
    Conditional mean downstream waiting time of the next customer.
  • Constructor Summary

    Constructors
    Constructor
    Description
    QsysTandemLindleyResult(double[] mean, double[] interdepMean, double[] idleProb)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • mean

      public final double[] mean
      Conditional mean downstream waiting time of the next customer.
    • interdepMean

      public final double[] interdepMean
      Conditional mean upstream interdeparture time, 1/mu1 + q/lambda.
    • idleProb

      public final double[] idleProb
      Probability the upstream server goes idle before the next arrival.
  • Constructor Details

    • QsysTandemLindleyResult

      public QsysTandemLindleyResult(double[] mean, double[] interdepMean, double[] idleProb)