Class GaussianParametersGuesser
- java.lang.Object
-
- org.apache.commons.math.optimization.fitting.GaussianParametersGuesser
-
public class GaussianParametersGuesser extends java.lang.ObjectGuesses the parameters (a,b,c, andd) of aParametricGaussianFunctionbased on the specified observed points.- Since:
- 2.2
-
-
Constructor Summary
Constructors Constructor Description GaussianParametersGuesser(WeightedObservedPoint[] observations)Constructs instance with the specified observed points.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]guess()Guesses the parameters based on the observed points.
-
-
-
Constructor Detail
-
GaussianParametersGuesser
public GaussianParametersGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.- Parameters:
observations- observed points upon which should base guess
-
-