Uses of Class
org.apache.commons.math.optimization.fitting.WeightedObservedPoint
-
Packages that use WeightedObservedPoint Package Description org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. -
-
Uses of WeightedObservedPoint in org.apache.commons.math.optimization.fitting
Methods in org.apache.commons.math.optimization.fitting that return WeightedObservedPoint Modifier and Type Method Description WeightedObservedPoint[]
CurveFitter. getObservations()
Get the observed points.Methods in org.apache.commons.math.optimization.fitting with parameters of type WeightedObservedPoint Modifier and Type Method Description void
CurveFitter. addObservedPoint(WeightedObservedPoint observed)
Add an observed weighted (x,y) point to the sample.protected GaussianParametersGuesser
GaussianFitter. createParametersGuesser(WeightedObservedPoint[] observations)
Factory method to create aGaussianParametersGuesser
instance initialized with the specified observations.Constructors in org.apache.commons.math.optimization.fitting with parameters of type WeightedObservedPoint Constructor Description GaussianParametersGuesser(WeightedObservedPoint[] observations)
Constructs instance with the specified observed points.HarmonicCoefficientsGuesser(WeightedObservedPoint[] observations)
Simple constructor.
-