TruncatedDistribution Properties

Properties

Capabilities Gets a value that indicates the capabilities of the distribution class.
(Inherited from Distribution)
Distribution Gets the underlying distribution.
Entropy Gets the entropy of the distribution.
(Inherited from Distribution)
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.
(Overrides ContinuousDistribution.IsSymmetrical)
IsUnimodal Gets whether the distribution has one or more modes.
(Inherited from ContinuousDistribution)
Kurtosis Gets the kurtosis of the distribution.
(Inherited from Distribution)
LowerBound Gets the lower bound where the distribution was truncated.
Mean Gets the mean or expectation value of the distribution.
(Overrides Distribution.Mean)
Median Gets the median of the distribution.
(Inherited from ContinuousDistribution)
Mode Gets the mode of the distribution.
(Inherited from ContinuousDistribution)
NumberOfModes Gets the number of modes of the distribution.
(Inherited from ContinuousDistribution)
Skewness Gets the skewness of the distribution.
(Inherited from Distribution)
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.
(Overrides ContinuousDistribution.Support)
UpperBound Gets the upper bound where the distribution was truncated.
Variance Gets the variance of the distribution.
(Overrides Distribution.Variance)

See Also