#include <gandalf/vision/lev_marq.h>
Public Attributes | |
Gan_LevMarqObsType | type |
type of observation | |
union { | |
struct { | |
Gan_LevMarqObsFunc_h func | |
h-type observation function | |
Gan_Vector z | |
observation vector | |
void * zdata | |
user pointer to pass along with z | |
Gan_SquMatrix Ni | |
inverse covariance matrix N | |
double var_scale | |
scaling of covariance for outlier distribution, if any | |
double chi2 | |
double chi2_offset | |
} h | |
struct { | |
Gan_LevMarqObsFunc_F func | |
h-type observation function | |
Gan_Vector z | |
observation vector | |
void * zdata | |
user pointer to pass along with z | |
Gan_SquMatrix N | |
covariance matrix N | |
} F | |
} | details |
Gan_Bool | outlier |
whether this observation is an outlier |
|
cut-off point for chi-squared distribution to switch to outlier distribution, if any |
|
adjustment to chi-squared residual when using the outlier distribution |