finv()

Description:

F inverse cumulative distribution function.

Syntax:

finv(p, v1, v2)

Note:

The external library function (See External Library Guide) is the F inverse cumulative distribution function.

Parameter:

P

A p-value within the interval of (0,1) .

v1

Numerator degrees of freedom.

v2

Denominator degrees of freedom.

Return value:

Double-precision number

Example:

 

A

 

1

=finv(0.95,5,10)