#include <ErrorFunction.h>
Static Public Member Functions | |
| double | Erfc (const double x) |
| Evaluate the complementary error function. | |
| Dpair | ErfcErr (const double x) |
| Evaluate the complementary error function and estimate the error. | |
| double | lnErfc (const double x) |
| Evaluate the log of the complementary error function. | |
| Dpair | lnErfcErr (const double x) |
| Evaluate the log of the complementary error function and estimate the error. | |
| double | Erf (const double x) |
| Evaluate the error function. | |
| Dpair | ErfErr (const double y) |
| Evaluate the error function and estimate the error. | |
| double | ProbZ (const double x) |
| Evaluate the Z(x) function (See Abramowitz and Stegun 26.2.1). | |
| Dpair | ProbZErr (const double x) |
| Evaluate the Z(x) function and estimate the error. | |
| double | ProbQ (const double x) |
| Evaluate the Q(x) function (See Abramowitz and Stegun 26.2.3). | |
| Dpair | ProbQErr (const double x) |
| Evaluate the Q(x) function and estimate the error. | |
Definition at line 25 of file ErrorFunction.h.
|
|
Evaluate the error function.
|
|
|
Evaluate the complementary error function.
|
|
|
Evaluate the complementary error function and estimate the error.
|
|
|
Evaluate the error function and estimate the error.
|
|
|
Evaluate the log of the complementary error function.
|
|
|
Evaluate the log of the complementary error function and estimate the error.
|
|
|
Evaluate the Q(x) function (See Abramowitz and Stegun 26.2.3).
|
|
|
Evaluate the Q(x) function and estimate the error.
|
|
|
Evaluate the Z(x) function (See Abramowitz and Stegun 26.2.1).
|
|
|
Evaluate the Z(x) function and estimate the error.
|
1.3.4