mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Fitting the Weibull Distribution to data. More...
Fitting the Weibull Distribution to data.
The Weibull Distribution is fit to data.
Classes | |
class | mx::math::fit::fitWeibull< fitterT > |
Class to manage fitting the Weibull Distribution to data via the levmarInterface. More... | |
struct | mx::math::fit::array2FitWeibull< realT > |
Wrapper for a native array to pass to levmarInterface, with Weibull details. More... | |
struct | mx::math::fit::weibull_3param_fitter< _realT > |
levmarInterface fitter structure for the shifted Weibull Distribution More... | |
struct | mx::math::fit::weibull_2param_fitter< _realT > |
levmarInterface fitter structure for the shifted Weibull Distribution More... | |