| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<WeightedObservedPoint> |
WeightedObservedPoints.toList() |
Gets a snapshot of the observed points.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WeightedObservedPoints.add(WeightedObservedPoint observed) |
Adds a point to the sample.
|
| Modifier and Type | Method | Description |
|---|---|---|
double[] |
AbstractCurveFitter.fit(java.util.Collection<WeightedObservedPoint> points) |
Fits a curve.
|
protected abstract LeastSquaresProblem |
AbstractCurveFitter.getProblem(java.util.Collection<WeightedObservedPoint> points) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected LeastSquaresProblem |
GaussianCurveFitter.getProblem(java.util.Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected LeastSquaresProblem |
HarmonicCurveFitter.getProblem(java.util.Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected LeastSquaresProblem |
PolynomialCurveFitter.getProblem(java.util.Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected LeastSquaresProblem |
SimpleCurveFitter.getProblem(java.util.Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
| Constructor | Description |
|---|---|
ParameterGuesser(java.util.Collection<WeightedObservedPoint> observations) |
Constructs instance with the specified observed points.
|
ParameterGuesser(java.util.Collection<WeightedObservedPoint> observations) |
Simple constructor.
|
TheoreticalValuesFunction(org.hipparchus.analysis.ParametricUnivariateFunction f,
java.util.Collection<WeightedObservedPoint> observations) |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.