Uses of Class
org.hipparchus.fitting.WeightedObservedPoint
-
-
Uses of WeightedObservedPoint in org.hipparchus.fitting
Methods in org.hipparchus.fitting that return types with arguments of type WeightedObservedPoint Modifier and Type Method Description List<WeightedObservedPoint>WeightedObservedPoints. toList()Gets a snapshot of the observed points.Methods in org.hipparchus.fitting with parameters of type WeightedObservedPoint Modifier and Type Method Description voidWeightedObservedPoints. add(WeightedObservedPoint observed)Adds a point to the sample.Method parameters in org.hipparchus.fitting with type arguments of type WeightedObservedPoint Modifier and Type Method Description double[]AbstractCurveFitter. fit(Collection<WeightedObservedPoint> points)Fits a curve.protected abstract LeastSquaresProblemAbstractCurveFitter. getProblem(Collection<WeightedObservedPoint> points)Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblemGaussianCurveFitter. getProblem(Collection<WeightedObservedPoint> observations)Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblemHarmonicCurveFitter. getProblem(Collection<WeightedObservedPoint> observations)Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblemPolynomialCurveFitter. getProblem(Collection<WeightedObservedPoint> observations)Creates a least squares problem corresponding to the appropriate curve.protected LeastSquaresProblemSimpleCurveFitter. getProblem(Collection<WeightedObservedPoint> observations)Creates a least squares problem corresponding to the appropriate curve.Constructor parameters in org.hipparchus.fitting with type arguments of type WeightedObservedPoint Constructor Description ParameterGuesser(Collection<WeightedObservedPoint> observations)Constructs instance with the specified observed points.ParameterGuesser(Collection<WeightedObservedPoint> observations)Simple constructor.TheoreticalValuesFunction(ParametricUnivariateFunction f, Collection<WeightedObservedPoint> observations)Simple constructor.
-