[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
FISHERINV ( y )
Description: Computes the inverse of the Fisher transformation.
Mathematical Formula:
Arguments:
Name |
Type |
Description |
y |
number |
The number for which the inverse of the transformation is wanted. |
Return Type and Value: number – The inverse of the Fisher transformation.
[Example:
FISHERINV(-0.43) results in 0.405321309
FISHERINV(0.578) results in 0.521210269
end example]