ERFC.PRECISE
The ERFC.PRECISE function in Google Sheets is used to find the complementary Gauss error function integrated between a given value, z, and infinity. This function is typically used in statistical calculations.
Function Syntax and Parameters
Syntax: ERFC.PRECISE(z)
Parameter:
z: The value at which to evaluate the complementary Gauss error function.
Step-by-Step Tutorial
Here is an example of using the ERFC.PRECISE function:
- Using
ERFC.PRECISEwith a specific value:- Example:
=ERFC.PRECISE(2) - Result:
0.004677734981047265
- Example:
Use Cases and Scenarios
- Statistical Analysis: Used in probability calculations and statistical distributions.
Related Functions
ERF: Returns the Gauss error function integrated between zero and a given value.