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