You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.InverseChiSquarePDF Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.InverseChiSquarePDF Method

Inverse Chi-Square probability distribution function (PDF).

Syntax
C#
Visual Basic
public static double InverseChiSquarePDF(double x, int Nu);
Parameters 
Description 
double x 
Function domain, real value. 
int Nu 
Defines distribution degrees of freedom, positive integer. 

the inverse Chi-Squared distribution probability density function (PDF), evaluated at x for integer parameter Nu.

The inverse-chi-square distribution is the probability distribution of a random variable whose multiplicative inverse (reciprocal) has a chi-square distribution. It is also often defined as the distribution of a random variable whose reciprocal divided by its degrees of freedom is a chi-square distribution. That is, if x has the chi-square distribution with Nu degrees of freedom, then according to the first definition, 1/x has the inverse-chi-square distribution with Nzu degrees of freedom; while according to the second definition, Nu/x has the inverse-chi-square distribution with Nu degrees of freedom. This package uses first definition which yields the following relation:

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!