WorksheetFunction.FisherInv(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 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.
public:
double FisherInv(double Arg1);
public double FisherInv (double Arg1);
Public Function FisherInv (Arg1 As Double) As Double
Parameters
- Arg1
- Double
y - the value for which you want to perform the inverse of the transformation.
Returns
Remarks
If y is nonnumeric, FisherInv returns the #VALUE! error value.
The equation for the inverse of the Fisher transformation is:
Figure 1: Equation for the inverse Fisher transformation