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 >

InverseChiSquareDistribution

InverseChiSquareDistribution[Nu]
represents an inverse chi^2 distribution with Nu degrees of freedom.
InverseChiSquareDistribution[Nu, Xi]
represents a scaled inverse chi^2 distribution with Nu degrees of freedom and scale Xi.
  • The inverse chi^2 distribution InverseChiSquareDistribution[Nu] is the distribution followed by the inverse of a chi^2-distributed random variable with Nu degrees of freedom.
  • The inverse chi^2 distribution is commonly used in normal models for Bayesian data analysis.
The mean and variance of an inverse chi^2 distribution:
Probability density function:
Generate a set of pseudorandom numbers that are inverse chi^2 distributed:
Pseudorandom scaled inverse chi^2 distributed numbers:
Properties based on higher-order moments:
Third moment of an inverse chi^2 distribution:
The 0.75 quantile of a scaled inverse chi^2 distribution with nu=10 and xi=2:
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 two forms are related by a change of variable:
InverseChiSquareDistribution and ChiSquareDistribution have an inverse relationship:
InverseChiSquareDistribution is not defined when either Nu or Xi is not a positive real number:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team