A univariate functional data object, of the class fd+
, can be
thought of as a vector whose elements are univariate functions
that can be expressed as linear combination of a system of basis functions.
Functions in one object are assumed to share the same basis, so an
fd+
object is composed of one basis+
object and the corresponding coefficients.
basis
Basis object of class basis+
.
coefs
A matrix of dimension n
by p
where n
is the number of functions in this object, and p
is the number of basis functions in basis
.
The i
-th row of coefs
contains the coefficients
for the i
-th function in the object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.