FKhi2
Calculates Prob(Khi2 <= X) for a probability distribution according to the law of chi-squared to n degrees of freedom.
Syntax
FKhi2(n, X)
n = number of degrees of freedom
X = point for which you want the probability
X = point for which you want the probability
Remarks
The inverse function is InverseFKhi2.
Example
FKhi2(2, 0.5) = 0.221199