You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > ChiSquareCDFInv Method > Probabilities.ChiSquareCDFInv Method (double, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.ChiSquareCDFInv Method (double, int)

Chi-squared distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double ChiSquareCDFInv(double p, int Nu);

the Chi-squared distribution point percent function (PPF). The parameter Nu (degrees of freedom) must be a positive integer and the probability y must lie on the interval [0,1], otherwise the result is NAN.

The Chi-squared PPF is defined by the following equation: 

 

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