Uses of Class
org.apache.commons.math.optimization.fitting.GaussianParametersGuesser
-
Packages that use GaussianParametersGuesser Package Description org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. -
-
Uses of GaussianParametersGuesser in org.apache.commons.math.optimization.fitting
Methods in org.apache.commons.math.optimization.fitting that return GaussianParametersGuesser Modifier and Type Method Description protected GaussianParametersGuesser
GaussianFitter. createParametersGuesser(WeightedObservedPoint[] observations)
Factory method to create aGaussianParametersGuesser
instance initialized with the specified observations.
-