Returns the probability from an F distribution.
Category: | Probability |
Returned data type: | DOUBLE |
is a numeric random variable.
Range | x ≥ 0 |
Data type | DOUBLE |
is a numeric numerator degrees of freedom parameter.
Range | ndf > 0 |
Data type | DOUBLE |
is a numeric denominator degrees of freedom parameter.
Range | ddf > 0 |
Data type | DOUBLE |
is an optional numeric noncentrality parameter.
Range | nc ≥ 0 |
Data type | DOUBLE |
p=1-probf(x,ndf,ddf);
Statements
|
Results
|
---|---|
select probf(3.32,2,3); |
0.8263933602 |