Uses of Class
org.apache.commons.math.exception.ZeroException
Packages that use ZeroException
Package
Description
This package provides classes to perform curve fitting.
-
Uses of ZeroException in org.apache.commons.math.optimization.fitting
Methods in org.apache.commons.math.optimization.fitting that throw ZeroExceptionModifier and TypeMethodDescriptiondouble[]
ParametricGaussianFunction.gradient
(double x, double[] parameters) Computes the gradient vector for a four variable version of the function where the parameters, a, b, c, and d, are considered the variables, not x.double
ParametricGaussianFunction.value
(double x, double[] parameters) Computes value of function f(x) for the specified x and parameters a, b, c, and d.