<-- Previous || Up || Next -->

F Inverse Function
Math Probability Class

Public Function FInverse( _
      ByVal vProbability As Variant _
    , ByVal vDF1 As Variant _
    , ByVal vDF2 As Variant _
    ) As Variant

Inverse F Cumulative Distribution Function

See also:
    FCDF Function
    FRandom Function
    FPDF Function
    Declarations Topic
    FINV Function (Microsoft Excel)
vProbability: Function returns Null if vProbability is not between 0 and 1 inclusive.
vDF1: Numerator degrees of freedom. Number is rounded to the nearest integer. Function returns Null if vDF1 is less than or equal to zero (<=0).
vDF2: Denominator degrees of freedom. Number is rounded to the nearest integer. Function returns Null if vDF2 is less than or equal to zero (<=0).

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.