chisqr_cdf(DF;X)
Returns the chi squared cumulative distribution function with
degrees of freedom DF
and value X
.
Syntax
chisqr_cdf(DF;X)
Input
Argument | Type | Description |
---|---|---|
DF |
integer | A scalar value or the name of a column The degree of freedom. |
X |
integer or decimal | A scalar value or the name of a column The value to evaluate with. X must be greater than 0. |
Return Value
Returns the chi squared cumulative distribution function with degrees of freedom
DF
and value X
.
If any argument is N/A, the result is N/A.