ErlangDistribution Properties

Properties

Capabilities Gets a value that indicates the capabilities of the distribution class.
(Inherited from Distribution)
Entropy Gets the entropy of the distribution.
(Inherited from GammaDistribution)
InterQuartileRange Returns the inter-quartile range of this distribution.
(Inherited from ContinuousDistribution)
IsSymmetrical Gets whether the distribution is known to be symmetrical around the mean.
(Inherited from ContinuousDistribution)
IsUnimodal Gets whether the distribution has one or more modes.
(Inherited from ContinuousDistribution)
Kurtosis Gets the kurtosis of the distribution.
(Inherited from GammaDistribution)
LocationParameter Gets the location parameter for the distribution.
(Inherited from GammaDistribution)
Mean Gets the mean or expectation value of the distribution.
(Inherited from GammaDistribution)
Median Gets the median of the distribution.
(Inherited from ContinuousDistribution)
Mode Gets the mode of the distribution.
(Inherited from GammaDistribution)
NumberOfModes Gets the number of modes of the distribution.
(Inherited from ContinuousDistribution)
ScaleParameter Gets the scale parameter for the distribution.
(Inherited from GammaDistribution)
ShapeParameter Gets the shape parameter for the distribution.
(Inherited from GammaDistribution)
Skewness Gets the skewness of the distribution.
(Inherited from GammaDistribution)
StandardDeviation Gets the standard deviation of the distribution.
(Inherited from Distribution)
StatisticSymbol Gets the common symbol to describe a statistic from the distribution.
(Inherited from Distribution)
Support Gets the support of the distribution.
(Inherited from GammaDistribution)
Variance Gets the variance of the distribution.
(Inherited from GammaDistribution)

See Also