CALC.fisher(x)

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

Example

CALC.fisher(0.75);

// returns 0.97295

<< CALC.expondist(x, lambda, cumulative) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.fisherinv(x) >>