A Survey of Gaussian Convolution Algorithms
Functions
inverfc_acklam.c File Reference

Acklam's algorithm for the inverse complementary error function. More...

Detailed Description

Acklam's algorithm for the inverse complementary error function.

Author
Pascal Getreuer getre.nosp@m.uer@.nosp@m.cmla..nosp@m.ens-.nosp@m.cacha.nosp@m.n.fr

Copyright (c) 2012, Pascal Getreuer All rights reserved.

This program is free software: you can redistribute it and/or modify it under, at your option, the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, or the terms of the simplified BSD license.

You should have received a copy of these licenses along with this program. If not, see http://www.gnu.org/licenses/ and http://www.opensource.org/licenses/bsd-license.html.

Definition in file inverfc_acklam.c.

#include "inverfc_acklam.h"

Go to the source code of this file.

Functions

double inverfc_acklam (double x)
 Inverse complementary error function $\mathrm{erfc}^{-1}(x)$. More...
 

Function Documentation

double inverfc_acklam ( double  x)

Inverse complementary error function $\mathrm{erfc}^{-1}(x)$.

Parameters
xinput argument

Reference: P.J. Acklam, "An algorithm for computing the inverse normal cumulative distribution function," 2010, online at http://home.online.no/~pjacklam/notes/invnorm/

Definition at line 30 of file inverfc_acklam.c.