public class GaussianParametersGuesser extends Object
a, b, c, and d)
of a ParametricGaussianFunction based on the specified observed
points.| Constructor and Description |
|---|
GaussianParametersGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
guess()
Guesses the parameters based on the observed points.
|
public GaussianParametersGuesser(WeightedObservedPoint[] observations)
observations - observed points upon which should base guessCopyright © 2003–2018. All rights reserved.