ConfidenceLevel

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ConfidenceLevel extends 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.

Fields

FieldDescription
CL7575 % Confidence Level.
CL8585 % Confidence Level.
CL9090 % Confidence Level.
CL9595 % Confidence Level.
CL9999 % Confidence Level.

CL75

public static final int CL75

75 % Confidence Level.

CL85

public static final int CL85

85 % Confidence Level.

CL90

public static final int CL90

90 % Confidence Level.

CL95

public static final int CL95

95 % Confidence Level.

CL99

public static final int CL99

99 % Confidence Level.