Related Topics: | ||
Description: Returns the one-tailed probability of the chi-squared distribution.
Syntax: CHIDIST(Number, Degr_Freedom)
Number is the value at which you want to evaluate the distribution.
Degr_Freedom is the number of degrees of freedom.
Remarks:
Both arguments must be numerical.
Number cannot be negative.
Degr_Freedom must be an integer.
Degr_Freedom must be >= 1 and <= 10^10.
Example:
CHIDIST(18.307, 10) = 0.050001
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.