Spread 8.0 Documentation
CHIDIST
Support Options
Formula Reference > Built-In Functions > CHIDIST

Glossary Item Box

CHIDIST


Name

Chi distribution

Description

Calculates the one-tailed probability of the chi-squared distribution.

Syntax

CHIDIST(value,deg)

Remarks

This function has the following 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

Data Type

Accepts numeric data for both arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

CHIDIST(B2,D7)
CHIDIST(R5C2,R7C4)
CHIDIST(6.7,4)=0.1526169403

Copyright © GrapeCity, inc. All rights reserved.