Re: Finding the inverf
- From: Axel Vogt <&noreply@xxxxxxxxxxx>
- Date: Sat, 08 Dec 2007 10:07:26 +0100
Ray Koopman wrote:
On Dec 2, 9:43 pm, morg...@xxxxxxxxx wrote:Could someone tell me how to calculate inverf (x) if I am given
the value of erf (x).
Here's a relatively simple approximation for inverf[x]:
With[{t = -2*Log[1-|x|]}, Sign[x]*Sqrt[(t -
Log[1 + t + (.01167845*t+.1066561)*t^2/
((.02118035*t+.3710243)*t+1)])/2]]
The maximum absolute error is about 3.6*10^-5
for all x in (-1,1) in 64-bit IEEE format.
Could you say how it is derived and to whom that is attributed?
.
- References:
- Finding the inverf
- From: morgajl
- Re: Finding the inverf
- From: Ray Koopman
- Finding the inverf
- Prev by Date: #412 largest triangle on a sphere-- is it the globe itself?; new textbook: "Mathematical-Physics (p-adic primer) for students of age 6 onwards"
- Next by Date: Map on the circle and topological entropy
- Previous by thread: Re: Finding the inverf
- Next by thread: Re: Finding the inverf
- Index(es):