Uses of Package
org.apache.commons.math3.fitting
Packages that use org.apache.commons.math3.fitting
-
Classes in org.apache.commons.math3.fitting used by org.apache.commons.math3.fittingClassDescriptionBase class that contains common code for fitting parametric univariate real functions
y = f(pi;x), wherexis the independent variable and thepiare the parameters.Deprecated.As of 3.3.Fits points to aGaussianfunction.Fits points to aharmonic oscillatorfunction.Fits points to apolynomialfunction.Fits points to a user-definedfunction.This class is a simple container for weighted observed point incurve fitting.