ReferenceFunctionsStatistics Functions
FISHER
Returns the Fisher z-transformation of a correlation-like value `x`.
Summary
FISHER maps (-1, 1) into (-inf, +inf) and is commonly used in correlation inference.
Remarks
- Input must satisfy
-1 < x < 1. - Returns
#NUM!whenx <= -1orx >= 1. - The transformation is
0.5 * ln((1 + x) / (1 - x)). - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Fisher transform at zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Fisher transform at x=0.5
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5493061443340549
Related functions
Runtime metadata
Category
Statistics
Signature
FISHER(arg1: Number (Range))Arity
min 1, max 1
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PURENUMERIC_ONLY
Source