PDFxTMDLib
1.0.0
|
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
PDFxTMD | |
Macros | |
#define | M_PI 3.14159265358979323846 |
Functions | |
double | PDFxTMD::igamc (double a, double x) |
Incomplete gamma function (complement integral) More... | |
double | PDFxTMD::igam (double a, double x) |
Left tail of incomplete gamma function. More... | |
double | PDFxTMD::norm_quantile (double p) |
Compute quantiles for standard normal distribution N(0, 1) at probability p. More... | |
double | PDFxTMD::chisquared_quantile (double p, double ndf) |
Compute quantiles of the chi-squared probability distribution function. More... | |
template<typename N > | |
int | PDFxTMD::sgn (N val) |
Get the sign of a number. More... | |
#define M_PI 3.14159265358979323846 |