Skip to content

fisherinv

Inverse Fisher transformation.

v = fisherinv(y)

Returns (exp(2y) - 1) / (exp(2y) + 1) — the inverse of fisher.

fisherinv(0.5493) % ≈ 0.5
  • fisher — Fisher transformation of a correlation coefficient.