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