Uses of Class
org.apache.commons.math.optimization.fitting.HarmonicFunction
-
Packages that use HarmonicFunction Package Description org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. -
-
Uses of HarmonicFunction in org.apache.commons.math.optimization.fitting
Methods in org.apache.commons.math.optimization.fitting that return HarmonicFunction Modifier and Type Method Description HarmonicFunctionHarmonicFunction. derivative()Returns the derivative of the functionHarmonicFunctionHarmonicFitter. fit()Fit an harmonic function to the observed points.
-