Skip to main content Skip to complementary content

CHIDIST - script and chart function

This function returns the one-tailed probability of the chi2 distribution. The chi2distribution is associated with a chi2 test.

Syntax:  

CHIDIST (value, degrees_freedom)

 

This function is related to the CHIINV function in the following way:

If prob = CHIDIST(value,df), then CHIINV(prob, df) = value.

Arguments:  

Argument Description
value The value at which you want to evaluate the distribution. The value must not be negative.
degrees_freedom A positive integer stating the number of degrees of freedom. Both arguments must be numeric, else NULL will be returned.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!