52 #include <visp3/core/vpColVector.h>
73 unsigned int dimension;
78 vpScale(
double kernel_bandwidth,
unsigned int dim = 1);
83 double KernelDensity(
vpColVector &error,
unsigned int position);
84 double KernelDensityGradient(
vpColVector &error,
unsigned int position);
87 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),...