public final class ProbabilityDistributionType
extends com.aspose.ms.System.Enum
Specifies types of supported probability distributions.
Modifier and Type | Field and Description |
---|---|
static int |
Normal
The distribution which is sometimes informally called the bell curve (Gaussian distribution).
|
static int |
Uniform
The distribution when every value is chosen with equal probability.
|
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 Uniform
The distribution when every value is chosen with equal probability.
public static final int Normal
The distribution which is sometimes informally called the bell curve (Gaussian distribution).