| Basis_obj-class | R Documentation |
An object of class Basis contains the basis functions used to construct the matrix S in FRK.
Basis functions are a central component of FRK, and the package is designed to work with user-defined specifications of these. For convenience, however, several functions are available to aid the user to construct a basis set for a given set of data points. Please see auto_basis for more details. The function local_basis helps the user construct a set of local basis functions (e.g., bisquare functions) from a collection of location and scale parameters.
manifoldan object of class manifold that contains information on the manifold and the distance measure used on the manifold. See manifold-class for more details
nthe number of basis functions in this set
fna list of length n, with each item the function of a specific basis function
parsa list of parameters where the i-th item in the list contains the parameters of the i-th basis function, fn[[i]]
dfa data frame containing other attributes specific to each basis function (for example the geometric centre of the local basis function)
regularlogical indicating if the basis functions (of each resolution) are in a regular grid
auto_basis for automatically constructing basis functions and show_basis for visualising basis functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.