The kernel convolution which is calculated is
$\sum_i K_h(x_i - grid_{j})\,y_i\,w_{ij}$ for
$i=1,...,n$ and $j=1,...,m$. The kernel function is determined
by the kernel parameters p and q, see
kernel.function. The default kernel is the biweight
(quartic) kernel function. Note that the DLL requires the data matrix
to be sorted by its first column.