Chi distribution

MR_dice_icon.jpg Download a complete copy of this risk analysis resource for free here.

 

Format: VoseChi(a, b, n, U)

Chi equations

Uses and Comments

The standardized chi distribution with n degrees of freedom is the distribution followed by the square root of a Chi-Squared(n) random variable:

Chi(0,1,1) is known as a half-normal distribution, i.e.:

The Chi distribution usually appears as the length of a k-dimensional vector whose orthogonal components are independent and normally distributed. The length of the vector will then have a Chi distribution with k degrees of freedom. For example, the Maxwell distribution of (normalized) molecular speeds is a Chi(0,1,3) distribution.

Chi(0,b,2) is the Rayleigh(b) distribution.

VoseFunctions for this distribution

VoseChi generates values from this distribution or calculates a percentile.

VoseChiObject constructs a distribution object for this distribution.

VoseChiProb returns the probability density or cumulative distribution function for this distribution.

VoseChiProb10 returns the log10 of the probability density or cumulative distribution function.  

VoseChiFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution.

VoseChiObject constructs a distribution object of this distribution fitted to data.

VoseChiFitP returns the parameters of this distribution fitted to data.

See Also