Package | Description |
---|---|
org.apache.commons.math.optimization.fitting |
This package provides classes to perform curve fitting.
|
Modifier and Type | Method and 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.
|
Copyright © 2003–2018. All rights reserved.