ERF.PRECISE Function Explained
The ERF.PRECISE
Function in Microsoft Excel calculates the error function of a given value. It takes a single argument, x
, which is the value for which you want to calculate the error function. The error function is a special function used in probability and statistics to evaluate the probability of a normal distribution. It returns a value between -1 and 1.
ERF.PRECISE Function Syntax
ERF.PRECISE(lower_limit, upper_limit)
- lower_limit: The lower bound for integrating ERF.PRECISE. The lower bound must be less than or equal to upper_limit.
- upper_limit: The upper bound for integrating ERF.PRECISE. The upper bound must be greater than or equal to lower_limit.