NonCentral Chi-Square Distribution Function
JavaScript
The non-central chi-square distribution with n degrees of freedom and
non-centrality parameter, γ2, is the distribution of the sum
of the squares of n independent normal random variables with unit
variances.
The non-centrality parameter is equal to the sum of squares of the means
of the variables. When γ2 = 0, this reduces to the
(central)
chi-square distribution. For example, NCChiSquare(2,2,0) = 1 - 1/e =
.63212.