Package jline.api.qsys
Class QsysMtginfResult
java.lang.Object
jline.api.qsys.QsysMtginfResult
Time-varying measures of the Mt/G/infinity queue, as produced by
Qsys_mtginf.
Port of the struct returned by MATLAB qsys_mtginf.m.
- Since:
- LINE 3.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]lambda(t).final double[]delta(t) = E[lambda(t-S)], the rate of the (Poisson) departure process.final double[]ES*lambda(t-E[Se]), the first-order lag approximation; null without ES2.final doubleE[Se] = E[S^2]/(2 ES), the time lag; NaN when ES2 was not supplied.final double[]m(t), the Poisson mean of the number in system.final double[]ES*lambda(t), the pointwise stationary approximation.final double[]The times at which everything below was evaluated.final double[]Equal to meanNumber, the law being Poisson. -
Constructor Summary
ConstructorsConstructorDescriptionQsysMtginfResult(double[] times, double[] meanNumber, double[] varNumber, double[] arrivalRate, double[] departureRate, double[] offeredLoadPSA, double meanLag, double[] lagApproximation) -
Method Summary
-
Field Details
-
times
public final double[] timesThe times at which everything below was evaluated. -
meanNumber
public final double[] meanNumberm(t), the Poisson mean of the number in system. -
varNumber
public final double[] varNumberEqual to meanNumber, the law being Poisson. -
arrivalRate
public final double[] arrivalRatelambda(t). -
departureRate
public final double[] departureRatedelta(t) = E[lambda(t-S)], the rate of the (Poisson) departure process. -
offeredLoadPSA
public final double[] offeredLoadPSAES*lambda(t), the pointwise stationary approximation. -
meanLag
public final double meanLagE[Se] = E[S^2]/(2 ES), the time lag; NaN when ES2 was not supplied. -
lagApproximation
public final double[] lagApproximationES*lambda(t-E[Se]), the first-order lag approximation; null without ES2.
-
-
Constructor Details
-
QsysMtginfResult
public QsysMtginfResult(double[] times, double[] meanNumber, double[] varNumber, double[] arrivalRate, double[] departureRate, double[] offeredLoadPSA, double meanLag, double[] lagApproximation)
-
-
Method Details