WorksheetFunction.Fisher(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
double Fisher(double Arg1);
public double Fisher (double Arg1);
Public Function Fisher (Arg1 As Double) As Double
Parameters
- Arg1
- Double
x - a numeric value for which you want the transformation.
Returns
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:
Figure 1: Equation for the Fisher transformation