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.
Go to the source code of this file.
Namespaces | |
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. More... | |
template<typename realT > | |
realT | mx::math::func::expModGaussianMean (realT mu, realT lambda) |
The Mean of the Exponentially Modified Gaussian. More... | |
template<typename realT > | |
realT | mx::math::func::expModGaussianVariance (realT sigma, realT lambda) |
The Variance of the Exponentially Modified Gaussian. More... | |
template<typename realT > | |
realT | mx::math::func::expModGaussianMode (realT mu, realT sigma, realT lambda) |
The Mode of the Exponentially Modified Gaussian. More... | |