initialize_basisfun_RFF: Initialize parameters basis functions based on Random Fourier...

View source: R/basisFunInitAndCompute.R

initialize_basisfun_RFFR Documentation

Initialize parameters basis functions based on Random Fourier Features

Description

Draws parameters for standard RFF approximating a Matérn kernel.

Usage

initialize_basisfun_RFF(dimension, nFreq, MatParam = 5/2, lengthscale)

Arguments

dimension

Integer. Input ([\mathbf{x},\,t]) dimension.

nFreq

Integer. Number of frequency vectors to be considered.

MatParam

Numeric. Matérn smoothness parameter (default = 5/2).

lengthscale

Numeric vector. Lengthscales used for scaling the input space.

Value

List with frequency, offset, and coefficient parameters.


SLGP documentation built on Sept. 9, 2025, 5:25 p.m.