Description:
F inverse cumulative distribution function.
Syntax:
finv(p, v1, v2)
Note:
The external library function is the F inverse cumulative distribution function.
Parameter:
P v1 v2 |
A p-value within the interval of (0,1) Numerator degrees of freedom Denominator degrees of freedom |
Return value:
A double-precision number
Example:
|
A |
|
||||
1 |
=finv(0.95,5,10) |
|