fdaBasis {MFPCA} | R Documentation |
Use a basis from package fda for univariate representation
Description
This function allows to use univariate basis representations from the
fda package using the funData2fd
function
from package funData.
Usage
fdaBasis(funDataObject, ...)
Arguments
funDataObject |
An object of class |
... |
Other parameters passed to |
Value
scores |
The coefficient matrix. |
B |
A matrix
containing the scalar product of all pairs of basis functions. This
is |
ortho |
Logical, set to
|
functions |
A functional data object containing the basis functions. |
Warning
The package fda has be be installed to use this functionality.
See Also
[Package MFPCA version 1.3-10 Index]