ReferenceFunctionsStatistics Functions
CHISQ.DIST
CHISQ.DIST: Returns the chi-square probability for `x` with the specified degrees of freedom.
Summary
Use CHISQ.DIST in cumulative mode for left-tail probability or density mode for the PDF.
Remarks
- Set
cumulativeto non-zero for CDF mode, or0for PDF mode. - Requires
x >= 0anddeg_freedom >= 1. - Returns
#NUM!for negativexor invalid degrees of freedom. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Chi-square CDF at zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Chi-square PDF example
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.18393972058572117
Related functions
Runtime metadata
Category
Statistics
Signature
CHISQ.DIST(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source