selKernel: Kernel selection.

View source: R/locpol.R

selKernelR 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.


locpol documentation built on Nov. 29, 2022, 9:05 a.m.

Related to selKernel in locpol...