Uses of Package
org.apache.commons.math3.fitting
Packages that use org.apache.commons.math3.fitting
Package
Description
Univariate real functions interpolation algorithms.
Classes to perform curve fitting.
-
Classes in org.apache.commons.math3.fitting used by org.apache.commons.math3.analysis.interpolation
-
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.