ChiDistribution Properties

Properties

DegreesOfFreedom Gets the number of degrees of freedom ν of the distribution.
ExcessKurtosis Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution)
Mean Gets the mean of the distribution.
(Inherited from UnivariateDistribution)
Median Gets the median of the distribution.
(Inherited from ContinuousDistribution)
Skewness Gets the skewness of the distribution.
(Inherited from UnivariateDistribution)
StandardDeviation Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution)
Support Gets the interval over which the distribution is non-vanishing.
(Overrides ContinuousDistributionSupport)
Variance Gets the variance of the distribution.
(Overrides UnivariateDistributionVariance)

See Also