Click or drag to resize

ChiDistribution Properties

The ChiDistribution type exposes the following members.

Properties
  NameDescription
Public propertyDegreesOfFreedom
Gets the number of degrees of freedom ν of the distribution.
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyMean
Gets the mean of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyMedian
Gets the median of the distribution.
(Inherited from ContinuousDistribution.)
Public propertySkewness
Gets the skewness of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Overrides ContinuousDistributionSupport.)
Public propertyVariance
Gets the variance of the distribution.
(Overrides UnivariateDistributionVariance.)
Top
See Also