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

Fisher Function
Math Statistics Class

Public Function Fisher( _
    ByVal vX As Variant _
    ) As Variant

Return the Fisher transformation at X.

Examples:
    Fisher(-.5) = -0.549306144334055
    Fisher(-.1) = -0.100335347731076
    Fisher(0.0) = 0
    Fisher(0.5) = 0.549306144334055
See also:
    FisherInverse Function
    Correlation Function
    FISHER Function (Microsoft Excel)
vX: Numeric value to be transformed. Function returns Null if vX is less than or equal to negative one (<=-1) or greater than or equal to one (>=1).

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