Uses of Package
org.apache.commons.math.optimization.fitting
Packages that use org.apache.commons.math.optimization.fitting
Package
Description
This package provides classes to perform curve fitting.
-
Classes in org.apache.commons.math.optimization.fitting used by org.apache.commons.math.optimization.fittingClassDescriptionA Gaussian function.Guesses the parameters (
a
,b
,c
, andd
) of aParametricGaussianFunction
based on the specified observed points.Harmonic function of the formf (t) = a cos (ω t + φ)
.An interface representing a real function that depends on one independent variable plus some extra parameters.This class is a simple container for weighted observed point incurve fitting
.