mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Wrapper for a native array to pass to levmarInterface, with Exponentially Modified Gaussian details.
Definition at line 190 of file fitExpModGaussian.hpp.
#include <math/fit/fitExpModGaussian.hpp>
Public Attributes | |
realT * | data { nullptr } |
Pointer to the array. | |
size_t | n { 0 } |
dimension of the array | |
realT | G0 { 0 } |
the location parameter. | |
realT | mu { 0 } |
the shape parameter | |
realT | sigma { 0 } |
the scale parameter | |
realT | lambda { 0 } |
the denominator or 1/peak-scale | |
realT* mx::math::fit::array2FitExpModGaussian< realT >::data { nullptr } |
Pointer to the array.
Definition at line 192 of file fitExpModGaussian.hpp.
realT mx::math::fit::array2FitExpModGaussian< realT >::G0 { 0 } |
the location parameter.
Definition at line 195 of file fitExpModGaussian.hpp.
realT mx::math::fit::array2FitExpModGaussian< realT >::lambda { 0 } |
the denominator or 1/peak-scale
Definition at line 198 of file fitExpModGaussian.hpp.
realT mx::math::fit::array2FitExpModGaussian< realT >::mu { 0 } |
the shape parameter
Definition at line 196 of file fitExpModGaussian.hpp.
size_t mx::math::fit::array2FitExpModGaussian< realT >::n { 0 } |
dimension of the array
Definition at line 193 of file fitExpModGaussian.hpp.
realT mx::math::fit::array2FitExpModGaussian< realT >::sigma { 0 } |
the scale parameter
Definition at line 197 of file fitExpModGaussian.hpp.