Syntax
| Parameter | Description |
|---|---|
| y | Parameter of the FISHERINV function. |
Examples
Inverse of Fisher transform
=FISHERINV(0.973)
Confidence interval lower bound
=FISHERINV(FISHER(0.85) - 1.96/SQRT(47))
Average correlation
=FISHERINV(AVG(FISHER(0.6), FISHER(0.8), FISHER(0.7)))
Common Errors
Non-numeric input.
Extremely large input values may cause overflow, though in practice this is rare.
Tips
FISHERINV always returns a value in (-1, 1), corresponding to a valid correlation coefficient.
FISHERINV(FISHER(x)) = x. They are exact inverses. Always use FISHER to transform, do your calculations, then use FISHERINV to transform back.
Never average correlation coefficients directly. Transform with FISHER first, average the z-values, then use FISHERINV. Direct averaging underestimates the true average correlation.
Try FISHERINV in Viztab
Import your data and use FISHERINV with 370+ other formulas. No signup required.
Open Viztab