Wilmer said:
What does erf^(-1)(x) mean?
erf^(-1)(.6) = ?
is erf^(-1) same as 1/erf?
I found out erf = error function...hmmm...
THANKS for any explanations.
Hi Wilmer, :)
As you have correctly stated, \(\mbox{erf }\) denotes the
error function, which is defined by the integral,
\[\mbox{erf }(x) = \frac{2}{\sqrt{\pi}}\int_{0}^x e^{-t^2} dt\]
The inverse error function is denoted by \(\mbox{erf}^{-1}\). If we consider the
power series representation of the inverse error function an approximate value for \(\mbox{erf}^{-1}(0.6)\)
can be found out to any given precision.
\[\mbox{erf}^{-1}(0.6)\approx 0.5951160814499948500193\]
The
inverse of a function \(f:X\rightarrow Y\) is defined as a function \(f^{-1}:Y\rightarrow X\) such that,
\[f(x) = y\,\,\text{if and only if}\,\,f^{-1}(y) = x\]
However it is
not true in general that,
\[f^{-1}(x)=\frac{1}{f(x)}\]
For an example in the case of the error function,
\[\mbox{erf}(0.6)\approx 0.60385609084793\Rightarrow \frac{1}{\mbox{erf}(0.6)}=1.656023703587745\neq \mbox{erf}^{-1}(0.6)\]
So it is clear that generally,
\[\mbox{erf}^{-1}(x)\neq\frac{1}{\mbox{erf}(x)}\]
Is there a value for erf, like there is for pi and e?
The
Taylor expansion of the error function is given by,
\[\mbox{erf}(z)= \frac{2}{\sqrt{\pi}}\sum_{n=0}^\infty\frac{(-1)^n z^{2n+1}}{n! (2n+1)} \]
By the
Alternating Series Test this series converges. Therefore the error function has a specific value at each point. However closed form expressions for these values may or may not exist. But there are
closed form approximations of the error function so that values of certain accuracy can be found.
Kind Regards,
Sudharaka.