View source: R/basisFunInitAndCompute.R
initialize_basisfun_RFF | R Documentation |
Draws parameters for standard RFF approximating a Matérn kernel.
initialize_basisfun_RFF(dimension, nFreq, MatParam = 5/2, lengthscale)
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. |
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.