Package | Description |
---|---|
fr.cnes.sirius.patrius.math.fitting |
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.
|
Constructor and Description |
---|
ParameterGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.
|
ParameterGuesser(WeightedObservedPoint[] observations)
Simple constructor.
|
Copyright © 2020 CNES. All rights reserved.