Package jline.api.qsys
Class QsysTandemLindleyResult
java.lang.Object
jline.api.qsys.QsysTandemLindleyResult
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
FieldsModifier and TypeFieldDescriptionfinal 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
ConstructorsConstructorDescriptionQsysTandemLindleyResult(double[] mean, double[] interdepMean, double[] idleProb) -
Method Summary
-
Field Details
-
mean
public final double[] meanConditional mean downstream waiting time of the next customer. -
interdepMean
public final double[] interdepMeanConditional mean upstream interdeparture time,1/mu1 + q/lambda. -
idleProb
public final double[] idleProbProbability the upstream server goes idle before the next arrival.
-
-
Constructor Details
-
QsysTandemLindleyResult
public QsysTandemLindleyResult(double[] mean, double[] interdepMean, double[] idleProb)
-