|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The Exponentially Modified Gaussian distribution. More...
The Exponentially Modified Gaussian distribution.
Definition in file expModGaussian.hpp.
#include <boost/math/tools/minima.hpp>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename realT > | |
| realT | mx::math::func::expModGaussian (realT x, realT mu, realT sigma, realT lambda) |
| The Exponentially Modified Gaussian at a point. | |
| template<typename realT > | |
| realT | mx::math::func::expModGaussianMean (realT mu, realT lambda) |
| The Mean of the Exponentially Modified Gaussian. | |
| template<typename realT > | |
| realT | mx::math::func::expModGaussianVariance (realT sigma, realT lambda) |
| The Variance of the Exponentially Modified Gaussian. | |
| template<typename realT > | |
| realT | mx::math::func::expModGaussianMode (realT mu, realT sigma, realT lambda) |
| The Mode of the Exponentially Modified Gaussian. | |