create_kernel_functions {rbbnp}R Documentation

Create kernel functions based on configuration

Description

Create kernel functions based on configuration

Usage

create_kernel_functions(
  kernel.fun = "Schennach2004",
  if_approx_kernel = TRUE,
  kernel.resol = 1000
)

Arguments

kernel.fun

A string specifying the kernel function to be used.

if_approx_kernel

Logical. If TRUE, uses approximations for the kernel function.

kernel.resol

The resolution for kernel function approximation.

Value

A list containing kernel function, its Fourier transform, and the kernel type


[Package rbbnp version 0.3.0 Index]