Given a basis object as defined in the fda package (see basisfd),
this function simply computes the vector of means of the basis functions. Used internally.
Usage
meanbasis(basis, rng = NULL)
Value
Vector of means of the basis functions
Arguments
basis
a basis object of class "basisfd"
rng
time range. By default, the entire interval spanned by the basis. Must be left NULL for Fourier bases.
Author
Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>