Package | Description |
---|---|
mpicbg.imglib.algorithm.peak |
Modifier and Type | Class and Description |
---|---|
class |
GaussianMultiDLM
A n-dimensional Gaussian peak function, representing an elliptical Gaussian,
with axis constrained to be aligned with the main axis.
|
Modifier and Type | Method and Description |
---|---|
static double |
LevenbergMarquardtSolver.chiSquared(double[][] x,
double[] a,
double[] y,
FitFunction f)
Calculate the current sum-squared-error
|
static int |
LevenbergMarquardtSolver.solve(double[][] x,
double[] a,
double[] y,
FitFunction f,
double lambda,
double termepsilon,
int maxiter)
Minimize E = sum {(y[k] - f(x[k],a)) }^2
Note that function implements the value and gradient of f(x,a),
NOT the value and gradient of E with respect to a!
|
Copyright © 2015–2021 Fiji. All rights reserved.