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 TypeClassDescriptionclassFits provided data (x,y) to a generic non-linear function using Levenberg-Marquardt iterative algorithm.classFits 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) + ...).classBase 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) + ...).classFits 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) + ...).