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

Inverse Chi-Square Percent Point Function (PPF).

Syntax
C#
Visual Basic
public static double InverseChiSquareCDFInv(double p, int Nu);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
int Nu 
Defines distribution degrees of freedom, positive integer. 

the inverse Chi-Squared percent point function (PPF), evaluated for integer parameter Nu.

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