Inverse Error Function:
From: | To: |
The inverse error function (erfinv) is the inverse of the error function (erf). For a given y between -1 and 1, erfinv(y) returns the value x such that erf(x) = y. It's commonly used in probability, statistics, and partial differential equations.
The calculator uses an approximation formula for the inverse error function:
Where:
Explanation: This approximation provides good accuracy (within about 0.0001) for most practical purposes.
Details: The inverse error function is used in statistics for transforming probabilities, in communications theory, and in solving certain heat conduction problems.
Tips: Enter a value between -1 and 1 (exclusive). The function is undefined at y = ±1. The calculator will return NaN for invalid inputs.
Q1: What's the relationship between erf and erfinv?
A: They are inverse functions: erf(erfinv(y)) = y and erfinv(erf(x)) = x.
Q2: What's the domain and range of erfinv?
A: Domain is (-1, 1), range is all real numbers.
Q3: How accurate is this approximation?
A: The approximation used here is accurate to about 4 decimal places for most inputs.
Q4: Are there exact formulas for erfinv?
A: No simple closed-form exact formula exists, which is why approximations are used.
Q5: What's the derivative of erfinv?
A: The derivative is \( \frac{d}{dy} \text{erfinv}(y) = \frac{\sqrt{\pi}}{2} e^{[\text{erfinv}(y)]^2} \).