Package | Description |
---|---|
org.apache.commons.math.optimization.fitting |
This package provides classes to perform curve fitting.
|
Modifier and Type | Method and Description |
---|---|
WeightedObservedPoint[] |
CurveFitter.getObservations()
Get the observed points.
|
Modifier and Type | Method and Description |
---|---|
void |
CurveFitter.addObservedPoint(WeightedObservedPoint observed)
Add an observed weighted (x,y) point to the sample.
|
protected GaussianParametersGuesser |
GaussianFitter.createParametersGuesser(WeightedObservedPoint[] observations)
Factory method to create a
GaussianParametersGuesser
instance initialized with the specified observations. |
Constructor and Description |
---|
GaussianParametersGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.
|
HarmonicCoefficientsGuesser(WeightedObservedPoint[] observations)
Simple constructor.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.