Difference between revisions of "Manuals/calci/FISHER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 25: Line 25:
  
 
==References==
 
==References==
[http://en.wikipedia.org/wiki/F-distribution| Fisher Distribution]
+
[http://en.wikipedia.org/wiki/F-distribution Fisher Distribution]

Revision as of 23:19, 11 December 2013

FISHER(x)


  • is the number.

Description

  • This function gives the value of Fisher Transformation at .
  • Fisher Transformation is used to test the hypothesis of two correlations.
  • It is mainly associated with the Pearson Product-Moment Correlation coefficient for bi-variate normal observations.
  • In , is the number which ranges between -1 to +1.
  • The transformation is defined by :

where is the natural logarithm function and is the Inverse Hyperbolic function.

  • This function will give the result as error when:
1. is non-numeric
2. or  .

Examples

  1. FISHER(0.5642) = 0.6389731838284958
  2. FISHER(0)= 0
  3. FISHER(-0.3278) = -0.3403614004970268
  4. FISHER(1) = Infinity
  5. FISHER(-1) = Infinity

See Also

References

Fisher Distribution