| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.math.linearalgebra.fitting |
Function to numerically fit a function (such as a
Gaussian distribution
to given data. |
| Modifier and Type | Class and Description |
|---|---|
class |
GaussianFittingFunction
Gaussian function for parameter fitting
Based loosely on fgauss in the book "Numerical Recipies".
|
| Modifier and Type | Field and Description |
|---|---|
FittingFunction |
LevenbergMarquardtMethod.func
Function to fit to
|
| Constructor and Description |
|---|
LevenbergMarquardtMethod(FittingFunction func,
double[] params,
boolean[] dofit,
double[] x,
double[] y,
double[] s)
Function fitting using Levenberg-Marquardt Method.
|