Package com.aspose.tasks
Class ProbabilityDistributionType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ProbabilityDistributionType
-
public final class ProbabilityDistributionType extends com.aspose.ms.System.Enum
Specifies types of supported probability distributions.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Uniform
public static final int Uniform
The distribution when every value is chosen with equal probability.
- See Also:
- Constant Field Values
-
Normal
public static final int Normal
The distribution which is sometimes informally called the bell curve (Gaussian distribution).
- See Also:
- Constant Field Values
-
-