Package org.hipparchus.fitting
Class GaussianCurveFitter.ParameterGuesser
java.lang.Object
org.hipparchus.fitting.GaussianCurveFitter.ParameterGuesser
- Enclosing class:
GaussianCurveFitter
Guesses the parameters
norm
, mean
, and sigma
of a Gaussian.Parametric
based on the specified observed points.-
Constructor Summary
ConstructorsConstructorDescriptionParameterGuesser
(Collection<WeightedObservedPoint> observations) Constructs instance with the specified observed points. -
Method Summary
-
Constructor Details
-
ParameterGuesser
Constructs instance with the specified observed points.- Parameters:
observations
- Observed points from which to guess the parameters of the Gaussian.- Throws:
NullArgumentException
- ifobservations
isnull
.MathIllegalArgumentException
- if there are less than 3 observations.
-
-
Method Details