FISHERINV function - Function that returns the inverse of the Fissher transformation in Excel
The following article introduces you to the FISHERINV function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the inverse value 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)
Inside:
- y: The numerical value to perform the inverse of the Fissherinv transformation .
Attention:
- If y is not a number -> the function returns the #VALUE! Error value .
- Fissherinv transform equation is:
[x = frac {{{e ^ {2y}} - 1}} {{{e ^ {2y}} + 1}}]
For example:
Calculate the inverse value of y after performing the fissherinv transformation using the data in the following data table:
- In the cell to calculate enter the formula : = FISHERINV (C6)
- Press Enter -> the inverse value of y after performing the fissherinv transformation is:
- Similarly copy to the remaining values are results:
- Where y is not a numeric form -> the function returns the #VALUE! Error value
Above are instructions and some specific examples when using FISHERINV function in Excel.
Good luck!
You should read it
- FISHER function - The function returns the Fissher transformation at x in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- MINVERSE function - The function returns the inverse matrix of a given matrix in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python