Dew Math for .NET
|
Chi-squared cumulative distribution Function (CDF).
Parameters |
Description |
double x |
Function domain, real positive value. |
int 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-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|