mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tools for fitting the GammaDistribution distribution to data. More...
Tools for fitting the GammaDistribution distribution to data.
Definition in file fitGammaDistribution.hpp.
Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |