FISHER function - The function returns the Fissher transformation at x in Excel

FISHER function: The function returns the Fissher transformation at x. This transformation creates a normal distribution function, using this function to test a hypothesis based on a correlation coefficient. Syntax: FISHER (x)

The following article introduces you to the FISHER function - one of the functions in the statistical function group is very popular in Excel.

Picture 1 of FISHER function - The function returns the Fissher transformation at x in Excel

Description: The function returns the Fissher transformation at x. This transformation creates a normal distribution function, using this function to test a hypothesis based on a correlation coefficient.

Syntax: FISHER (x)

Inside:

- x: Numerical value to convert Fissher .

Attention:

- If x is not a number -> the function returns the #VALUE! Error value .

- If x ≤ -1 or x ≥ 1 -> the function returns the #NUM! Error value

- Fissher transform equation is:

[z '= frac {1} {2} ln left ({frac {{1 + x}} {{1 - x}}} right)]

For example:

Calculate the value of x after performing the fissher transformation using the data in the following data table:

Picture 2 of FISHER function - The function returns the Fissher transformation at x in Excel

- In the cell to calculate enter the formula : = FISHER (C6)

Picture 3 of FISHER function - The function returns the Fissher transformation at x in Excel

- Press Enter -> the value of x after performing the fissher transformation is:

Picture 4 of FISHER function - The function returns the Fissher transformation at x in Excel

- Similarly copy to the remaining values ​​are results:

Picture 5 of FISHER function - The function returns the Fissher transformation at x in Excel

- Where x ≤ -1 or x ≥ 1 -> the function returns the #NUM! Error value

Picture 6 of FISHER function - The function returns the Fissher transformation at x in Excel

Above are instructions and some specific examples when using FISHER function in Excel.

Good luck!

You've just finished reading the article "FISHER function - The function returns the Fissher transformation at x in Excel" edited by the TipsMake team. You can save fisher-function-the-function-returns-the-fissher-transformation-at-x-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV FISHERINV function - Function that returns the inverse of the Fissher transformation in Excel
NEXT » F.TEST function - The function returns the result of the F - test in Excel