FISHER function - The function returns the Fissher transformation at x in Excel
The following article introduces you to the FISHER function - one of the functions in the statistical function group is very popular 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:
- In the cell to calculate enter the formula : = FISHER (C6)
- Press Enter -> the value of x after performing the fissher transformation is:
- Similarly copy to the remaining values are results:
- Where x ≤ -1 or x ≥ 1 -> the function returns the #NUM! Error value
Above are instructions and some specific examples when using FISHER function in Excel.
Good luck!
You should read it
- How to use the IFS function in Excel 2016
- CHISQ.TEST function - The function returns the independence test in Excel
- OR function in Excel, how to use the OR function, and examples
- FORECAST function - The function returns a value along a linear trend in Excel
- GAMMA function - The function returns the gamma function value in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- PHI function - The function returns the value of the density function for a normal distribution in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
May be interested
- FISHERINV function - Function that returns the inverse of the Fissher transformation in Excelfisherinv function: the function returns the inverse of the fissher transformation. use this function to analyze the correlation between two data arrays, if y = fisher (x) -> fisherinv (y) = x. syntax: fisher (y)
- FORECAST function - The function returns a value along a linear trend in Excelforecast function: the function performs the calculation or prediction of a future value by using current values using linear regression. in excel 2016 this function is replaced by forecast.linear function. syntax: forecast (x, known_ys, known_xs)
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- GAMMA.DIST function - The function returns the gamma distribution in Excelgamma.dist: the function returns the gamma distribution, using this function to study skewed distribution variables. support functions from excel 2010 onwards. syntax: gamma.dist (x, alpha, beta, cumulative)
- SECOND function - The function returns the second part of a time value in Excelsecond function: the function returns the second part of the time value. the second value is an integer, and has a value between 0 and 59 seconds. syntax: second (serial_number)