|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
#include "cmp_defines.h"#include <cmath>#include <vector>#include <memory>#include <random>#include <stdexcept>#include <limits>#include <Eigen/Dense>

Go to the source code of this file.
Namespaces | |
| namespace | cmp |
| namespace | cmp::distribution |
Functions | |
| double | cmp::distribution::erfinv (float x) |
| double | cmp::distribution::CDF_normal (const double &x) |
| double | cmp::distribution::sech (const double &x) |