Rdocumentation
powered by
Learn R Programming
fda (version 1.1.8)
getbasismatrix: Values of Basis Functions or their Derivatives
Description
Evaluate a set of basis functions or their derivatives at a set of argument values.
Usage
getbasismatrix(evalarg, basisobj, nderiv=0)
Arguments
evalarg
a vector of arguments values.
basisobj
a basis object.
nderiv
a nonnegative integer specifying the derivative to be evaluated.
Value
a matrix of basis function or derivative values. Rows correspond to argument values and columns to basis functions.
See Also
eval.fd