[]
        
(Showing Draft Content)

CHISQ.DIST

This function calculates the chi-squared distribution.

Syntax

CHISQ.DIST(value, deg, cumulative)

Arguments

This function has these arguments:

Argument

Description

value

[Required] Value at which to evaluate the function

deg

[Required] Number of degrees of freedom; if not an integer, the number is truncated

cumulative

[Required] A logical value that determines the form of the function. If cumulative is TRUE, this function returns the cumulative distribution function; if FALSE, it returns the probability density function

Examples

CHISQ.DIST(B5,D7,TRUE)

CHISQ.DIST(R5C2,R7C4,TRUE)

CHISQ.DIST(6.7,4,TRUE)