public final class ConfidenceLevel
extends com.aspose.ms.System.Enum
Specifies supported confidence levels used in risk analysis that correspond to the percentage of the time the actual values will be within optimistic and pessimistic estimates.
Modifier and Type | Field and Description |
---|---|
static int |
CL75
75 % Confidence Level.
|
static int |
CL85
85 % Confidence Level.
|
static int |
CL90
90 % Confidence Level.
|
static int |
CL95
95 % Confidence Level.
|
static int |
CL99
99 % Confidence Level.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int CL99
99 % Confidence Level.
public static final int CL95
95 % Confidence Level.
public static final int CL90
90 % Confidence Level.
public static final int CL85
85 % Confidence Level.
public static final int CL75
75 % Confidence Level.