View source: R/basisFunInitAndCompute.R
initialize_basisfun_fillingRFF | R Documentation |
Initializes RFF parameters with LHS-optimized frequency directions.
initialize_basisfun_fillingRFF(
dimension,
nFreq,
MatParam = 5/2,
lengthscale,
seed = 0
)
dimension |
Integer. Input ( |
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. |
List with frequency, offset, and coefficient parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.