Re: Finding the inverf
- From: Ray Koopman <koopman@xxxxxx>
- Date: Fri, 7 Dec 2007 23:36:36 -0800 (PST)
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.
.
- Follow-Ups:
- Re: Finding the inverf
- From: David W . Cantrell
- Re: Finding the inverf
- From: Axel Vogt
- Re: Finding the inverf
- References:
- Finding the inverf
- From: morgajl
- Finding the inverf
- Prev by Date: Re: Pascal Triangle/binomial numbers
- Next by Date: Re: Special twin primes of the form ---
- Previous by thread: Re: Finding the inverf
- Next by thread: Re: Finding the inverf
- Index(es):
Relevant Pages
|