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

Chi-squared cumulative distribution Function (CDF).

Pascal
function ChiSquareCDF(x: double; Nu: Integer): double; overload;
Parameters 
Description 
Function domain, real positive value. 
Nu 
Defines distribution degrees of freedom. Nu must be a positive integer value. 

the chi-squared cumulative distribution Function (CDF). The parameter Nu (degrees of freedom) must be a positive integer, otherwise the result is NAN.

The chi-squared cumulative distribution function is defined by the following equation: 

 

where n (Nu) is the degrees of freedom and G is gamma function. The result of ChiSquareCDF is the probability that a single observation from the chi-squared distribution with Nu degrees of freedom will fall in the interval [0,x].

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