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

Fisher Inverse Function
Math Statistics Class

Public Function FisherInverse( _
    ByVal vY As Variant _
    ) As Variant

Return the inverse of the Fisher Transformation.

Examples:
    FisherInverse(-.5) = -0.46211715726001
    FisherInverse(0.0) = 0
    FisherInverse(0.5) = 0.46211715726001
See also:
    Fisher Function
    Correlation Function
    FISHERINV Function (Microsoft Excel)
vY: Numeric value to which the inverse transformation is applied.

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