Learn R Programming

SLGP (version 1.0.1)

initialize_basisfun_fillingRFF: Initialize space-filling Random Fourier Features

Description

Initializes RFF parameters with LHS-optimized frequency directions.

Usage

initialize_basisfun_fillingRFF(
  dimension,
  nFreq,
  MatParam = 5/2,
  lengthscale,
  seed = 0
)

Value

List with frequency, offset, and coefficient parameters.

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.

seed

Integer. Random seed.