Click or drag to resize

Erlang Properties

The Erlang type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the distribution.
Public propertyMaximum Gets the Maximum value.
Public propertyMean Gets the mean of the distribution.
Public propertyMedian Gets the median of the distribution.
Public propertyMinimum Gets the minimum value.
Public propertyMode Gets the mode of the distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertyRate Gets the rate or inverse scale (λ) of the Erlang distribution. Range: λ ≥ 0.
Public propertyScale Gets the scale of the Erlang distribution.
Public propertyShape Gets the shape (k) of the Erlang distribution. Range: k ≥ 0.
Public propertySkewness Gets the skewness of the distribution.
Public propertyStdDev Gets the standard deviation of the distribution.
Public propertyVariance Gets the variance of the distribution.
Top
See Also