View source: R/basisFunInitAndCompute.R
evaluate_basis_functions | R Documentation |
Evaluates all basis functions defined by a parameter list at new locations.
evaluate_basis_functions(parameters, X, lengthscale)
parameters |
List of basis function parameters. |
X |
Matrix or dataframe of evaluation locations. |
lengthscale |
Numeric vector. Lengthscales used for scaling the input space. |
A matrix of basis function values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.