selKernel {locpol}R Documentation

Kernel selection.

Description

Uses kernel attributes to selects kernels. This function is mainly used for internal purposes.

Usage

selKernel(kernel)

Arguments

kernel

kernel to use.

Details

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.

Value

An integer that is unique for each kernel.

Warning

Used only for internal purposes.

Author(s)

Jorge Luis Ojeda Cabrera.


[Package locpol version 0.8.0 Index]