CHISQ.DIST.RT DAX Function (Statistical)
Returns the right-tailed probability of the chi-squared distribution. The chi-squared distribution is associated with a chi-squared test. Use the chi-squared test to compare observed and expected values. For example, a genetic experiment might hypothesize that the next generation of plants will exhibit a certain set of colors. By comparing the observed results with the expected ones, you can decide whether your original hypothesis is valid.
Syntax
Parameter | Attributes | Description |
---|---|---|
X |
The value at which you want to evaluate the distribution. |
|
Deg_freedom |
The number of degrees of freedom. |
Return values
Returns the right-tailed probability of the chi-squared distribution.
Remarks
If either argument is nonnumeric, CHISQ.DIST.RT function returns the #VALUE! error value.
If any argument is nonnumeric, CHISQ.DIST.RT function returns the #VALUE! error value.
If deg_freedom is not an integer, it is truncated.
If deg_freedom < 1 or deg_freedom > 10^10, CHISQ.DIST.RT returns the #NUM! error value.
Related functions
Other related functions are:
Last update: Jan 23, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo
MSDN documentation: https://docs.microsoft.com/en-us/dax/chisq-dist-rt-function-dax