CHISQ.DIST.RT is a DAX function that returns the right-tailed probability of the chi-squared distribution, useful for chi-squared tests comparing observed and expected values.
Syntax
CHISQ.DIST.RT(
X,
Deg_freedom
)
Argument | Properties | Description |
---|---|---|
X | The value at which you want to evaluate the distribution. | |
Deg_freedom | The number of degrees of freedom. |