mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Fitting the Gamma Distribution to data. More...
Fitting the Gamma Distribution to data.
The Gamma Distribution is fit to data.
Classes | |
struct | mx::math::fit::array2FitExpModGaussian< realT > |
Wrapper for a native array to pass to levmarInterface, with Exponentially Modified Gaussian details. More... | |
struct | mx::math::fit::fitExpModGaussian_3param_fitter< _realT > |
levmarInterface fitter structure for the Exponentially Modified Gaussian with fixed constant level. More... | |
struct | mx::math::fit::fitExpModGaussian_4param_fitter< _realT > |
levmarInterface fitter structure for the Exponentially Modified Gaussian with arbitrary constant level. More... | |
class | mx::math::fit::fitGammaDistribution< fitterT > |
Class to manage fitting the GammaDistribution Distribution to data via the levmarInterface. More... | |
struct | mx::math::fit::array2FitGammaDistribution< realT > |
Wrapper for a native array to pass to levmarInterface, with GammaDistribution details. More... | |
struct | mx::math::fit::gammaDistribution_4param_fitter< _realT > |
levmarInterface fitter structure for the shifted Gamma Distribution with arbitrary peak scaling More... | |
struct | mx::math::fit::gammaDistribution_3param_fitter< _realT > |
levmarInterface fitter structure for the shifted Gamma Distribution More... | |
struct | mx::math::fit::gammaDistribution_2param_fitter< _realT > |
levmarInterface fitter structure for the Gamma Distribution More... | |