create_kernel_functions: Create kernel functions based on configuration

View source: R/kernels.R

create_kernel_functionsR 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


rbbnp documentation built on June 8, 2025, 10:46 a.m.