mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
expModGaussian.hpp File Reference

The Exponentially Modified Gaussian distribution. More...

The Exponentially Modified Gaussian distribution.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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...