mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definition at line 98 of file expModGaussian.hpp.
#include <math/func/expModGaussian.hpp>
Public Member Functions | |
realT | operator() (const realT &x) |
Public Attributes | |
realT | mu |
realT | sigma |
realT | lambda |
|
inline |
Definition at line 104 of file expModGaussian.hpp.
References mx::math::func::expModGaussian(), mx::math::func::emgModeFunc< realT >::lambda, mx::math::func::emgModeFunc< realT >::mu, and mx::math::func::emgModeFunc< realT >::sigma.
realT mx::math::func::emgModeFunc< realT >::lambda |
Definition at line 102 of file expModGaussian.hpp.
Referenced by mx::math::func::emgModeFunc< realT >::operator()().
Definition at line 100 of file expModGaussian.hpp.
Referenced by mx::math::func::expModGaussianMode(), and mx::math::func::emgModeFunc< realT >::operator()().
realT mx::math::func::emgModeFunc< realT >::sigma |
Definition at line 101 of file expModGaussian.hpp.
Referenced by mx::math::func::emgModeFunc< realT >::operator()().