Re: Inverse error function (erf)?
- From: Pascal Bourguignon <spam@xxxxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 01:26:01 +0200
"Vebjorn Ljosa" <vebjorn@xxxxxxxxx> writes:
> Does anybody know of a Common Lisp implementation of the inverse of
> erf, the error function?
You'll have to find an expression of this function. MathWorld
indicates a MacLaurin serie for erf^-1:
http://mathworld.wolfram.com/InverseErf.html
http://mathworld.wolfram.com/MaclaurinSeries.html
So you only need to expand the serie up to the needed precision,
(or express the general term). A good mathematical 1/2 hour exercise.
--
__Pascal Bourguignon__ http://www.informatimago.com/
In a World without Walls and Fences,
who needs Windows and Gates?
.
- References:
- Inverse error function (erf)?
- From: Vebjorn Ljosa
- Inverse error function (erf)?
- Prev by Date: Re: (warn) isn't doing what I expect it to
- Next by Date: Re: Inverse error function (erf)?
- Previous by thread: Re: Inverse error function (erf)?
- Next by thread: Re: Inverse error function (erf)?
- Index(es):
Relevant Pages
|