Uses of Class
org.apache.commons.math3.fitting.WeightedObservedPoint
Packages that use WeightedObservedPoint
-
Uses of WeightedObservedPoint in org.apache.commons.math3.fitting
Methods in org.apache.commons.math3.fitting that return WeightedObservedPointModifier and TypeMethodDescriptionCurveFitter.getObservations()Deprecated.Get the observed points.Methods in org.apache.commons.math3.fitting that return types with arguments of type WeightedObservedPointModifier and TypeMethodDescriptionWeightedObservedPoints.toList()Gets a snapshot of the observed points.Methods in org.apache.commons.math3.fitting with parameters of type WeightedObservedPointModifier and TypeMethodDescriptionvoidWeightedObservedPoints.add(WeightedObservedPoint observed) Adds a point to the sample.voidCurveFitter.addObservedPoint(WeightedObservedPoint observed) Deprecated.Add an observed weighted (x,y) point to the sample.Method parameters in org.apache.commons.math3.fitting with type arguments of type WeightedObservedPointModifier and TypeMethodDescriptiondouble[]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.Constructors in org.apache.commons.math3.fitting with parameters of type WeightedObservedPointModifierConstructorDescriptionParameterGuesser(WeightedObservedPoint[] observations) Constructs instance with the specified observed points.ParameterGuesser(WeightedObservedPoint[] observations) Simple constructor.Constructor parameters in org.apache.commons.math3.fitting with type arguments of type WeightedObservedPointModifierConstructorDescriptionParameterGuesser(Collection<WeightedObservedPoint> observations) Constructs instance with the specified observed points.ParameterGuesser(Collection<WeightedObservedPoint> observations) Simple constructor.TheoreticalValuesFunction(ParametricUnivariateFunction f, Collection<WeightedObservedPoint> observations)