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