SpreadJS Documentation
CHISQ.DIST.RT

This function calculates the one-tailed probability of the chi-squared distribution.

Syntax

CHISQ.DIST.RT(value,deg)

Arguments

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

Remarks

The #VALUE! error value is returned if either argument is nonnumeric.

Data Types

Accepts numeric data for both arguments. Returns numeric data.

Examples

CHISQ.DIST.RT(B5,D7)

CHISQ.DIST.RT(R5C2,R7C4)

CHISQ.DIST.RT(6.7,4) gives the result 0.15261694033867584

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.