Returns the inverse of the Fisher transformation for a specified value.
ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
FISHERINV(y)The Fisher transformation is used to normalize the distribution of the correlation coefficient. This function reverses that transformation, allowing you to convert a transformed value back into a correlation coefficient.
=FISHERINV(0.5)ผลลัพธ์: 0.462117
Calculates the inverse Fisher transformation for the value 0.5.
It is primarily used to perform hypothesis testing on correlation coefficients by transforming them into a normally distributed variable.