public static class GaussianCurveFitter.ParameterGuesser extends Object
norm, mean, and sigma
 of a Gaussian.Parametric
 based on the specified observed points.| Constructor | Description | 
|---|---|
ParameterGuesser(Collection<WeightedObservedPoint> observations) | 
 Constructs instance with the specified observed points. 
 | 
public ParameterGuesser(Collection<WeightedObservedPoint> observations)
observations - Observed points from which to guess the
 parameters of the Gaussian.NullArgumentException - if observations is
 null.MathIllegalArgumentException - if there are less than 3
 observations.Copyright © 2016–2018 Hipparchus.org. All rights reserved.