Special functions.
More...
Special functions.
◆ betai()
| double mckl::betai |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
x |
|
) |
| |
|
inline |
Regularized incomplete Beta function.
Definition at line 134 of file beta.hpp.
◆ betaiinv()
| double mckl::betaiinv |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
y |
|
) |
| |
|
inline |
Inverse regularized incomplete Beta function.
Definition at line 162 of file beta.hpp.
◆ erfcinv()
Inverse complement error function.
Definition at line 45 of file erf.hpp.
◆ erfinv()
Inverse error function.
Definition at line 75 of file erf.hpp.
◆ gammap()
| double mckl::gammap |
( |
double |
a, |
|
|
double |
x |
|
) |
| |
|
inline |
Regularized lower incomplete Gamma function.
Definition at line 136 of file gamma.hpp.
◆ gammapinv()
| double mckl::gammapinv |
( |
double |
a, |
|
|
double |
y |
|
) |
| |
|
inline |
Inverse regularized lower incomplete Gamma function.
Definition at line 155 of file gamma.hpp.