Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the FISHER function. |
Examples
Transform a correlation
=FISHER(0.75)
Confidence interval for correlation
=FISHER(CORREL(A2:A50, B2:B50))
Comparing two correlations
=(FISHER(0.85) - FISHER(0.70)) / SQRT(1/47 + 1/47)
Common Errors
Returned when x is less than or equal to -1, or greater than or equal to 1. The input must be strictly between -1 and 1.
Non-numeric input.
Tips
FISHER is undefined at exactly -1 and 1. Valid inputs are strictly -1 < x < 1, which matches the range of correlation coefficients (excluding perfect correlation).
After performing calculations in Fisher z-space, use FISHERINV to convert back to the correlation scale.
Correlation coefficients are not normally distributed (especially near -1 or 1). The Fisher transformation makes them approximately normal so standard statistical tests apply.
Try FISHER in Viztab
Import your data and use FISHER with 370+ other formulas. No signup required.
Open Viztab