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 |
---|
ParameterGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.
|
ParameterGuesser(WeightedObservedPoint[] observations)
Simple constructor.
|
Copyright © 2003–2017. All rights reserved.