Uses of Package
org.hipparchus.fitting
-
ClassDescriptionBase class that contains common code for fitting parametric univariate real functions
y = f(pi;x)
, wherex
is the independent variable and thepi
are the parameters.Fits points to aGaussian
function.Fits points to aharmonic oscillator
function.Fits points to apolynomial
function.Fits points to a user-definedfunction
.This class is a simple container for weighted observed point incurve fitting
.