public final class NumFunctionLD.NumFunctionLDResults extends Object
NumFunctionLD.fLD(double, double, double, double, double, double, double)
function.Modifier and Type | Field and Description |
---|---|
double |
ab
The probability of abandonment.
|
double |
EW
The expected waiting time.
|
double |
h
The result for the h() function from the article by Avramidis, Chan and L'Ecuyer Avramidis et al.
|
double |
pb
The
Pr{delay > 0}, probability of delay
|
double |
pd
The
Pr{delay > AWT}, the probability of waiting more than the AWT.
|
Constructor and Description |
---|
NumFunctionLD.NumFunctionLDResults(double h,
double pb,
double pd,
double ab,
double EW)
Construct the Loss Delay function results container.
|
public final double h
public final double pb
public final double pd
public final double ab
public final double EW
public NumFunctionLD.NumFunctionLDResults(double h, double pb, double pd, double ab, double EW)
h
- the result for the h() function from the article by Avramidis.pb
- the
Pr{delay > 0}pd
- the
Pr{delay > AWT}ab
- probability of abandonment.EW
- the expected waiting time