selKernel {locpol} | R Documentation |
Uses kernel attributes to selects kernels. This function is mainly used for internal purposes.
selKernel(kernel)
kernel |
kernel to use. |
Uses RK(K)
to identify a kernel.
The integer is used in the C code part to perform
computations with given kernel. It allows for a kernel
selection in C routines. It is used only for internal
purposes.
An integer that is unique for each kernel.
Used only for internal purposes.
Jorge Luis Ojeda Cabrera.