public static class GaussianFitter.ParameterGuesser extends Object
norm, mean, and sigma
 of a Gaussian.Parametric
 based on the specified observed points.| Constructor and Description | 
|---|
| GaussianFitter.ParameterGuesser(WeightedObservedPoint[] observations)Constructs instance with the specified observed points. | 
public GaussianFitter.ParameterGuesser(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.