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
-
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}
-