This function calculates the right-tailed probability of the chi-squared distribution.
CHISQ.DIST.RT(value,deg)
This function has these arguments:
Argument | Description |
---|---|
value | Value at which to evaluate the function |
deg | Number of degrees of freedom; if not an integer, the number is truncated |
The #VALUE! error value is returned if either argument is nonnumeric.
Accepts numeric data for both arguments. Returns numeric data.
CHISQ.DIST.RT(B5,D7)
CHISQ.DIST.RT(R5C2,R7C4)
CHISQ.DIST.RT(6.7,4) gives the result 0.15261694033867584
This function is available in Spread for Windows Forms 11.0 or later.