Uses of Class
org.apache.commons.math.exception.ZeroException

Packages that use ZeroException
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
 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.
 



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