Package jline.api.sn
Class SnPatienceHandles.Handles
java.lang.Object
jline.api.sn.SnPatienceHandles.Handles
- Enclosing class:
- SnPatienceHandles
The patience law of one station-class pair, in the forms the solvers consume.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DoubleUnaryOperatorF^c(t) = P(patience > t).final DoubleUnaryOperatorThe hazard rate h = f/(1-F).final booleanWhether the law is exponential, in which case the analysis is exact.final doubleMean patience, infinite when no rate is on record.final DoubleUnaryOperatorThe patience density.final doubleThe abandonment rate 1/mean. -
Method Summary
-
Field Details
-
ccdf
F^c(t) = P(patience > t). -
pdf
The patience density. -
hazard
The hazard rate h = f/(1-F). -
mean
public final double meanMean patience, infinite when no rate is on record. -
isExponential
public final boolean isExponentialWhether the law is exponential, in which case the analysis is exact. -
rate
public final double rateThe abandonment rate 1/mean.
-
-
Method Details
-
asPatience
This law as thePatienceargument of the abandonment solvers.
-