57 #include <visp3/core/vpColVector.h>
77 unsigned int dimension;
82 vpScale(
double kernel_bandwidth,
unsigned int dim = 1);
87 double KernelDensity(
vpColVector &error,
unsigned int position);
88 double KernelDensityGradient(
vpColVector &error,
unsigned int position);
91 double KernelDensityGradient_EPANECHNIKOV(
double X,
unsigned int n);
Implementation of column vector and the associated operations.
Contains various estimators for scale. Methods : Median Absolute Deviation (MAD),...