Package jline.api.qsys
Enum Patience.Form
- All Implemented Interfaces:
Serializable,Comparable<Patience.Form>,java.lang.constant.Constable
- Enclosing class:
- Patience
How the abandonment rates are read off this law.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionComplementary cdf G(t) = 1-F(t), integrated as in eq.Constant hazard theta: exponential patience, the Erlang A case.Explicit hazard rate h(t), used pointwise as in eq. -
Method Summary
Modifier and TypeMethodDescriptionstatic Patience.FormReturns the enum constant of this type with the specified name.static Patience.Form[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXPONENTIAL
Constant hazard theta: exponential patience, the Erlang A case. -
HAZARD
Explicit hazard rate h(t), used pointwise as in eq. (3.3). -
CCDF
Complementary cdf G(t) = 1-F(t), integrated as in eq. (3.6).
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-