Class GaussianParametersGuesser
java.lang.Object
org.apache.commons.math.optimization.fitting.GaussianParametersGuesser
Guesses the parameters (
a
, b
, c
, and d
)
of a ParametricGaussianFunction
based on the specified observed
points.- Since:
- 2.2
- Version:
- $Revision: 983921 $ $Date: 2010-08-10 12:46:06 +0200 (mar. 10 août 2010) $
-
Constructor Summary
ConstructorsConstructorDescriptionGaussianParametersGuesser
(WeightedObservedPoint[] observations) Constructs instance with the specified observed points. -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
guess()
Guesses the parameters based on the observed points.
-
Constructor Details
-
GaussianParametersGuesser
Constructs instance with the specified observed points.- Parameters:
observations
- observed points upon which should base guess
-
-
Method Details
-
guess
public double[] guess()Guesses the parameters based on the observed points.- Returns:
- guessed parameters array
{a, b, c, d}
-