| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''FISHER(number)'''</div><br/> | + | <div style="font-size:30px">'''FISHER (Number)'''</div><br/> |
| − | *<math>number</math> is the value to find the Fisher transformation. | + | *<math>Number</math> is the value to find the Fisher transformation. |
| | | | |
| | ==Description== | | ==Description== |
| Line 6: |
Line 6: |
| | *Fisher Transformation is used to test the hypothesis of two correlations. | | *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. | | *It is mainly associated with the Pearson Product-Moment Correlation coefficient for bi-variate normal observations. |
| − | *In <math>FISHER(number)</math>, <math>number</math> is the value which ranges between -1 to +1. | + | *In <math>FISHER(Number)</math>, <math>Number</math> is the value which ranges between -1 to +1. |
| | *The transformation is defined by : <math>z=\frac{1}{2} ln(1+\frac{x}{1-x})= arctanh(x)</math> | | *The transformation is defined by : <math>z=\frac{1}{2} ln(1+\frac{x}{1-x})= arctanh(x)</math> |
| | where <math>ln</math> is the natural logarithm function and <math>arctanh</math> is the Inverse Hyperbolic function. | | where <math>ln</math> is the natural logarithm function and <math>arctanh</math> is the Inverse Hyperbolic function. |
| | *This function will give the result as error when: | | *This function will give the result as error when: |
| − | 1.<math>number</math> is non-numeric | + | 1.<math>Number</math> is non-numeric |
| − | 2.<math>number \le -1</math> or <math>number \ge 1</math>. | + | 2.<math>Number \le -1</math> or <math>Number \ge 1</math>. |
| | | | |
| | ==ZOS== | | ==ZOS== |
| − | *The syntax is to calculate FISHER in ZOS is <math>FISHER(number)</math>. | + | *The syntax is to calculate FISHER in ZOS is <math>FISHER(Number)</math>. |
| − | **<math>number</math> is the value to find the Fisher transformation. | + | **<math>Number</math> is the value to find the Fisher transformation. |
| | *For e.g.,FISHER(0.1..0.4..0.1) | | *For e.g.,FISHER(0.1..0.4..0.1) |
| | {{#ev:youtube|53cqYfgeMzA|280|center|Fisher Transformation}} | | {{#ev:youtube|53cqYfgeMzA|280|center|Fisher Transformation}} |