| 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 | Method and Description | 
|---|---|
FittingFunctionResult | 
FittingFunction.eval(double x,
    double[] params)
Compute value at position x as well as gradients for the parameters 
 | 
FittingFunctionResult | 
GaussianFittingFunction.eval(double x,
    double[] params)
Compute the mixture of Gaussians at the given position 
 | 
Copyright © 2019 ELKI Development Team. License information.