Uses of Class
com.irurueta.numerical.fitting.SingleDimensionFitter
Packages that use SingleDimensionFitter
-
Uses of SingleDimensionFitter in com.irurueta.numerical.fitting
Subclasses of SingleDimensionFitter in com.irurueta.numerical.fittingModifier and TypeClassDescriptionclass
Fits provided data (x,y) to a generic non-linear function using Levenberg-Marquardt iterative algorithm.class
Fits provided data (x,y) to a function made of a linear combination of functions used as a basis (i.e. f(x) = a * f0(x) + b * f1(x) + ...).class
Base class to fit provided data (x,y) to a function made of a linear combination of functions used as a basis (i.e. f(x) = a * f0(x) + b * f1(x) + ...).class
Fits provided data (x,y) to a function made of a linear combination of functions used as a basis (i.e. f(x) = a * f0(x) + b * f1(x) + ...).