Share via


WorksheetFunction.FisherInv Method (Excel)

Returns the inverse of the Fisher transformation. Use this transformation when analyzing correlations between ranges or arrays of data. If y = FISHER(x), then FISHERINV(y) = x.

Syntax

.FisherInv(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

y - the value for which you want to perform the inverse of the transformation.

Return Value

Double

Remarks

  • If y is nonnumeric, FISHERINV returns the #VALUE! error value.

  • The equation for the inverse of the Fisher transformation is: Ff838597.awffshri_ZA06051142(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members