Uses of Class
org.apache.commons.math.exception.ZeroException
-
Packages that use ZeroException Package Description org.apache.commons.math.optimization.fitting 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 ZeroException Modifier and Type Method Description double[]
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.
-