IDAX.DCHISQ - Density of the chi-square distribution
The DCHISQ function returns the probability density that the value of a variable that follows the chi-square distribution is equal to x.
Syntax
IDAX.DCHISQ(DOUBLE x, INT8 df)
Parameter descriptions
- x
- Mandatory.
- df
- Mandatory.
Returned information
DOUBLE the probability density at point x.