mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tools for fitting empirical functions to data. More...
Tools for fitting empirical functions to data.
Definition in file fitEmpirical.hpp.
Go to the source code of this file.
Classes | |
class | mx::math::fit::fitEmpirical2DGen< fitterT > |
Class to manage fitting a 2D Moffat to data via the levmarInterface. More... | |
struct | mx::math::fit::array2FitEmpirical< realT > |
Wrapper for a native array to pass to levmarInterface, with empirical function fit details. More... | |
struct | mx::math::fit::empirical2D_fitter< _realT > |
levmarInterface fitter structure for 2D empirical functions. More... | |
Namespaces | |
namespace | mx |
The mxlib c++ namespace. | |
Typedefs | |
template<typename realT > | |
using | mx::math::fit::fitEmpirical2D = mx::math::fit::fitEmpirical2DGen< mx::math::fit::empirical2D_fitter< realT > > |
Alias for the fitEmpirical2D type fitting the symmetric Moffat profile. | |