public class Gaussian2DFixedRadius extends Object implements FitFunction
This fitting target function is defined over dimension n, by the
following 4 parameters:
f(x) = A × exp( - S )and
S = A0 * exp( -( x - x0 ) ^ 2 / ( 2 * sigmaxy ^ 2 ) - ( y - y0 ) ^ 2 / ( 2 * sigmaxy ^ 2 ) )
| Constructor and Description |
|---|
Gaussian2DFixedRadius() |
| Modifier and Type | Method and Description |
|---|---|
double |
grad(double[] pos,
double[] a,
int ak) |
double |
hessian(double[] pos,
double[] a,
int r,
int c) |
double |
val(double[] x,
double[] a) |
public double val(double[] x,
double[] a)
val in interface FitFunctionpublic double grad(double[] pos,
double[] a,
int ak)
grad in interface FitFunctionpublic double hessian(double[] pos,
double[] a,
int r,
int c)
hessian in interface FitFunctionCopyright © 2015–2021 Fiji. All rights reserved.