double[] |
AbstractCurveFitter.fit(Collection<WeightedObservedPoint> points) |
Fits a curve.
|
protected abstract org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem |
AbstractCurveFitter.getProblem(Collection<WeightedObservedPoint> points) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem |
GaussianCurveFitter.getProblem(Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem |
HarmonicCurveFitter.getProblem(Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem |
PolynomialCurveFitter.getProblem(Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem |
SimpleCurveFitter.getProblem(Collection<WeightedObservedPoint> observations) |
Creates a least squares problem corresponding to the appropriate curve.
|