|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.optimization.fitting.GaussianParametersGuesser
public class GaussianParametersGuesser
Guesses the parameters (a, b, c, and d)
of a ParametricGaussianFunction based on the specified observed
points.
| Constructor Summary | |
|---|---|
GaussianParametersGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points. |
|
| Method Summary | |
|---|---|
double[] |
guess()
Guesses the parameters based on the observed points. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussianParametersGuesser(WeightedObservedPoint[] observations)
observations - observed points upon which should base guess| Method Detail |
|---|
public double[] guess()
{a, b, c, d}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||