FISHER

Syntax:

FISHER ( x )

Description: Computes the Fisher transformation at x.

Mathematical Formula:

Arguments:

Name

Type

Description

x

number

The number for which the transformation is wanted.

Return Type and Value: number – The Fisher transformation at x.

However, if

  • x ≤ -1, #NUM! is returned.

  • x ≥ 1, #NUM! is returned.

example: