- Home
- CHISQ.DIST Function
CHISQ.DIST Function
The CHISQ.DIST function is one of the statistical functions. It is used to return the chi-squared distribution.
Syntax
CHISQ.DIST(x, deg_freedom, cumulative)
The CHISQ.DIST function has the following arguments:
Argument | Description |
---|---|
x | The value at which you want to evaluate the chi-squared distribution. A numeric value greater than or equal to 0. |
deg_freedom | The number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10. |
cumulative | A logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function. |
Notes
How to apply the CHISQ.DIST function.
Examples
The figure below displays the result returned by the CHISQ.DIST function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags