다음을 통해 공유


WorksheetFunction.Fisher Method (Excel)

Returns the Fisher transformation at x. This transformation produces a function that is normally distributed rather than skewed. Use this function to perform hypothesis testing on the correlation coefficient.

Syntax

.Fisher(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

x - a numeric value for which you want the transformation.

Return Value

Double

Remarks

  • If x is nonnumeric, FISHER returns the #VALUE! error value.

  • If x ≤ -1 or if x ≥ 1, FISHER returns the #NUM! error value.

  • The equation for the Fisher transformation is: Ff838868.awffishr_ZA06051141(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members