You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.ChiSquareCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.ChiSquareCDFInv Function

Chi-squared distribution point percent function (PPF).

Pascal
function ChiSquareCDFInv(p: double; Nu: Integer): double; overload;

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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!