Package jline.api.sn

Class SnPatienceHandles.Handles

java.lang.Object
jline.api.sn.SnPatienceHandles.Handles
Enclosing class:
SnPatienceHandles

public static final class SnPatienceHandles.Handles extends Object
The patience law of one station-class pair, in the forms the solvers consume.
  • Field Details

    • ccdf

      public final DoubleUnaryOperator ccdf
      F^c(t) = P(patience > t).
    • pdf

      public final DoubleUnaryOperator pdf
      The patience density.
    • hazard

      public final DoubleUnaryOperator hazard
      The hazard rate h = f/(1-F).
    • mean

      public final double mean
      Mean patience, infinite when no rate is on record.
    • isExponential

      public final boolean isExponential
      Whether the law is exponential, in which case the analysis is exact.
    • rate

      public final double rate
      The abandonment rate 1/mean.
  • Method Details

    • asPatience

      public Patience asPatience()
      This law as the Patience argument of the abandonment solvers.