CHISQ.INV.RT is a DAX function that returns the inverse of the right-tailed probability of the chi-squared distribution, used to validate hypotheses by comparing observed and expected results.
Syntax
CHISQ.INV.RT(
Probability,
Deg_freedom
)
Argument | Properties | Description |
---|---|---|
Probability | A probability associated with the chi-squared distribution. | |
Deg_freedom | The number of degrees of freedom. |