Skip to main content

CHIDIST function

Returns a one-tailed probability from the Chi Squared distribution.

CHIDIST(chisquared,df) returns the probability P associated with the test statistic chisquared and df degrees of freedom.

The argument chisquared can be a real number or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the CHIDIST function applied to all elements.

Example

CHIDIST(18.307,10) returns 0.05 (rounded).

Calculator

CHIDIST ,  0.091114886

Graph

CHIDIST function

See also