Package | Description |
---|---|
org.apache.commons.math3.optimization.fitting |
This package provides classes to perform curve fitting.
|
Modifier and Type | Method and Description |
---|---|
WeightedObservedPoint[] |
CurveFitter.getObservations()
Deprecated.
Get the observed points.
|
Modifier and Type | Method and Description |
---|---|
void |
CurveFitter.addObservedPoint(WeightedObservedPoint observed)
Deprecated.
Add an observed weighted (x,y) point to the sample.
|
Constructor and Description |
---|
GaussianFitter.ParameterGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.
|
HarmonicFitter.ParameterGuesser(WeightedObservedPoint[] observations)
Simple constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.