Returns the probability from a chi-square distribution.
| Category: | Probability |
| Returned data type: | DOUBLE |
is a numeric random variable.
| Range | x ≥ 0 |
| Data type | DOUBLE |
is a numeric degrees of freedom parameter.
| Range | df > 0 |
| Data type | DOUBLE |
is an optional numeric noncentrality parameter.
| Range | nc ≥ 0 |
| Data type | DOUBLE |
|
Statements
|
Results
|
|---|---|
select probchi(11.264,11); |
0.5785813293173 |