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