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 GammaDistribution details.
Definition at line 211 of file fitGammaDistribution.hpp.
#include <math/fit/fitGammaDistribution.hpp>
Public Attributes | |
realT * | data { nullptr } |
Pointer to the array. | |
size_t | n { 0 } |
dimension of the array | |
realT | x0 { 0 } |
the location parameter. | |
realT | k { 0 } |
the shape parameter | |
realT | theta { 0 } |
the scale parameter | |
realT | denom { 0 } |
the denominator or 1/peak-scale | |
realT* mx::math::fit::array2FitGammaDistribution< realT >::data { nullptr } |
Pointer to the array.
Definition at line 213 of file fitGammaDistribution.hpp.
realT mx::math::fit::array2FitGammaDistribution< realT >::denom { 0 } |
the denominator or 1/peak-scale
Definition at line 219 of file fitGammaDistribution.hpp.
realT mx::math::fit::array2FitGammaDistribution< realT >::k { 0 } |
the shape parameter
Definition at line 217 of file fitGammaDistribution.hpp.
size_t mx::math::fit::array2FitGammaDistribution< realT >::n { 0 } |
dimension of the array
Definition at line 214 of file fitGammaDistribution.hpp.
realT mx::math::fit::array2FitGammaDistribution< realT >::theta { 0 } |
the scale parameter
Definition at line 218 of file fitGammaDistribution.hpp.
realT mx::math::fit::array2FitGammaDistribution< realT >::x0 { 0 } |
the location parameter.
Definition at line 216 of file fitGammaDistribution.hpp.