| Package | Description |
|---|---|
| org.apache.commons.math.optimization.fitting |
This package provides classes to perform curve fitting.
|
| Class and Description |
|---|
| GaussianFunction
A Gaussian function.
|
| GaussianParametersGuesser
Guesses the parameters (
a, b, c, and d)
of a ParametricGaussianFunction based on the specified observed
points. |
| HarmonicFunction
Harmonic function of the form
f (t) = a cos (ω t + φ). |
| ParametricRealFunction
An interface representing a real function that depends on one independent
variable plus some extra parameters.
|
| WeightedObservedPoint
This class is a simple container for weighted observed point in
curve fitting. |
Copyright © 2003–2018. All rights reserved.