Uses of Class
org.hipparchus.fitting.WeightedObservedPoint
-
Uses of WeightedObservedPoint in org.hipparchus.fitting
Modifier and TypeMethodDescriptionWeightedObservedPoints.toList()
Gets a snapshot of the observed points.Modifier and TypeMethodDescriptionvoid
WeightedObservedPoints.add
(WeightedObservedPoint observed) Adds a point to the sample.Modifier and TypeMethodDescriptiondouble[]
AbstractCurveFitter.fit
(Collection<WeightedObservedPoint> points) Fits a curve.protected abstract LeastSquaresProblem
AbstractCurveFitter.getProblem
(Collection<WeightedObservedPoint> points) Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblem
GaussianCurveFitter.getProblem
(Collection<WeightedObservedPoint> observations) Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblem
HarmonicCurveFitter.getProblem
(Collection<WeightedObservedPoint> observations) Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblem
PolynomialCurveFitter.getProblem
(Collection<WeightedObservedPoint> observations) Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblem
SimpleCurveFitter.getProblem
(Collection<WeightedObservedPoint> observations) Creates a least squares problem corresponding to the appropriate curve.ModifierConstructorDescriptionParameterGuesser
(Collection<WeightedObservedPoint> observations) Constructs instance with the specified observed points.ParameterGuesser
(Collection<WeightedObservedPoint> observations) Simple constructor.TheoreticalValuesFunction
(ParametricUnivariateFunction f, Collection<WeightedObservedPoint> observations) Simple constructor.