Enum TRobustKernelType
Defined in File robust_kernels.h
Enum Documentation
-
enum mrpt::math::TRobustKernelType
The different types of kernels for usage within a robustified least-squares estimator.
See also
Use these types as arguments of the template RobustKernel<>
Values:
-
enumerator rkLeastSquares
No robust kernel, use standard least squares: rho(r)= 1/2 * r^2
-
enumerator rkPseudoHuber
Pseudo-huber robust kernel
-
enumerator rkLeastSquares