What is the inverse function of erf?

  • MHB
  • Thread starter Wilmer
  • Start date
  • Tags
    Mean
In summary, erf^(-1)(x) is an error function that has a Taylor series. It can be alternatively defined by its McLaurin series, and belongs to the family of functions that have a McLaurin series. The coefficients inverse function McLaurin expansion can be computed with the formula d_{n}=\frac{1}{n!}\ \lim_{z \rightarrow 0} \frac{d^{n-1}}{d z^{n-1}} \{\frac{z}{f(z)}\}^{n}
  • #1
Wilmer
307
0
What does erf^(-1)(x) mean?

erf^(-1)(.6) = ?

Is there a value for erf, like there is for pi and e?

is erf^(-1) same as 1/erf?

I found out erf = error function...hmmm...

THANKS for any explanations.
 
Mathematics news on Phys.org
  • #2
This is the 'inverse error function'. It even has a Taylor series. Google 'inverse erf' and you will find info about it.
 
  • #3
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.
 
Last edited:
  • #4
Thanks a lot, Sudharaka; very clear.

So, as far as the "mechanics" go, it works a bit like SIN or COS functions, right?
I mean every case is different...
 
  • #5
Wilmer said:
Thanks a lot, Sudharaka; very clear.

So, as far as the "mechanics" go, it works a bit like SIN or COS functions, right?
I mean every case is different...

You are welcome. :) Yes in a way, but note that the trigonometric functions are periodic and the error function is not. See this.

Kind Regards,
Sudharaka.
 
  • #6
Wilmer said:
Thanks a lot, Sudharaka; very clear.

So, as far as the "mechanics" go, it works a bit like SIN or COS functions, right?
I mean every case is different...

You should also be aware of the realtionship between the error function and the cumulative normal distribution:

\( \displaystyle \Phi(x)=\frac{1}{2}\left[1+{\rm{erf}} \left( \frac{x}{\sqrt{2}} \right) \right] \)

and hence the inverse functions:

\( \displaystyle {\rm{erf}}^{-1} (x) = \frac{1}{\sqrt{2}} \Phi^{-1}\left( \frac{x-1}{2}\right) \)

CB
 
  • #7
Merci beaucoup, ya'll !
 
  • #8
The function erf(*) is an entire function that can be alternatively defined by its McLaurin series...

$\displaystyle \text{erf}\ (z)= \frac{2}{\sqrt{\pi}}\ \sum_{n=0}^{\infty} \frac{(-1)^{n}}{n!\ (2n+1)}\ z^{2n+1}$ (1)

It belongs to the family of functions having McLaurin series of the type...

$\displaystyle w=f(z)= c_{1}\ z + c_{2}\ z^{2} + c_{3}\ z^{3} + ...\ ,\ c_{1} \ne 0$ (2)

... and for them the coefficients inverse function McLaurin expansion...

$\displaystyle z= f^{-1}(w) = d_{1}\ w + d_{2}\ w^{2} + d_{3}\ w^{3}+...$ (3)

... can be computed with the formula...

$\displaystyle d_{n}=\frac{1}{n!}\ \lim_{z \rightarrow 0} \frac{d^{n-1}}{d z^{n-1}} \{\frac{z}{f(z)}\}^{n}$ (4)

The computation of the $d_{n}$ for the function $\text{erf}^{-1}(w)$ using (4) is tedious but not very difficult and it will performed in a successive post...

Kind regards

$\chi$ $\sigma$
 

FAQ: What is the inverse function of erf?

What does erf^(-1)(x) mean?

Erf^(-1)(x) is the inverse function of the error function, also known as the inverse error function. It is used to find the input value (x) that would result in a given output value of the error function.

How is erf^(-1)(x) calculated?

Erf^(-1)(x) can be calculated using a variety of methods, such as using a series expansion or using numerical integration techniques. There are also various algorithms and software programs available for calculating it.

What is the domain and range of erf^(-1)(x)?

The domain of erf^(-1)(x) is the range of the error function, which is all real numbers between -1 and 1. The range of erf^(-1)(x) is all real numbers between negative infinity and positive infinity.

What is the significance of erf^(-1)(x) in mathematics?

Erf^(-1)(x) is used in various areas of mathematics, including statistics, probability, and physics. It is particularly useful in solving problems involving the normal distribution, which is a commonly used probability distribution in many fields.

Are there any real-life applications of erf^(-1)(x)?

Yes, erf^(-1)(x) has many real-life applications in fields such as signal processing, finance, and engineering. It is often used in modeling and analyzing data sets that follow a normal distribution, such as stock prices or measurement errors in scientific experiments.

Similar threads

Replies
15
Views
4K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
Replies
17
Views
2K
Replies
4
Views
5K
Replies
2
Views
1K
Replies
5
Views
3K
Back
Top