Basis functions
An object of class Basis
contains the basis functions used to construct the matrix in FRK.
class
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.
manifold
: an object of class manifold
that contains information on the manifold and the distance measure used on the manifold. See manifold-class
for more detailsn
: the number of basis functions in this setfn
: a list of length n
, with each item the function of a specific basis functionpars
: a list of parameters where the -th item in the list contains the parameters of the -th basis function, fn[[i]]
df
: a data frame containing other attributes specific to each basis function (for example the geometric centre of the local basis function)regular
: logical indicating if the basis functions (of each resolution) are in a regular gridauto_basis
for automatically constructing basis functions and show_basis
for visualising basis functions.
Useful links
Downloads (last 30 days):