Uses of Package
org.apache.commons.math.optimization.fitting

Packages that use org.apache.commons.math.optimization.fitting
org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. 
 

Classes in org.apache.commons.math.optimization.fitting used by org.apache.commons.math.optimization.fitting
GaussianFunction
          A Gaussian function.
GaussianParametersGuesser
          Guesses the parameters (a, b, c, and d) of a ParametricGaussianFunction based on the specified observed points.
HarmonicFunction
          Harmonic function of the form f (t) = a cos (ω t + φ).
ParametricRealFunction
          An interface representing a real function that depends on one independent variable plus some extra parameters.
WeightedObservedPoint
          This class is a simple container for weighted observed point in curve fitting.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.