INFO

This page was originally generated from official documentation.

Returns the Fisher transformation of a specified value.

Sample Usage

FISHER(0.962)
FISHER(A2)

Syntax

FISHER(value)
  • value - The value for which to calculate the Fisher transformation.

See Also

PEARSON: Calculates r, the Pearson product-moment correlation coefficient of a dataset.

FISHERINV: Returns the inverse Fisher transformation of a specified value.

CORREL: Calculates r, the Pearson product-moment correlation coefficient of a dataset.

Examples