Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

ChiDistribution

ChiDistribution[Nu]
represents a Chi distribution with Nu degrees of freedom.
  • ChiDistribution[Nu] represents the distribution for the square root of a chi^2 random variable.
The mean and variance of a Chi distribution are related to the Gamma function:
Probability density function:
The mean and variance of a Chi distribution are related to the Gamma function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Probability density function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom numbers that are Chi distributed:
Properties based on higher-order moments:
Third moment of a Chi distribution:
The 0.75 quantile of a Chi distribution with nu=10:
Plot the cumulative distribution function of the random variable:
A contour plot as both x and Nu are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
The square of a Chi variable follows the ChiSquareDistribution:
The Chi distribution with nu=1 is equivalent to HalfNormalDistribution with :
The Chi distribution with nu=2 is equivalent to RayleighDistribution with sigma=1:
The Chi distribution with nu=3 is equivalent to MaxwellDistribution with sigma=1:
ChiDistribution is not defined when Nu is a not a positive real number:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team