Mean of Functional Data
Mean of Functional Data
DESCRIPTION:
Evaluate the mean of a set of functions in a functional data object.
USAGE:
mean.fd(fd)
REQUIRED ARGUMENTS:
- fd
-
A functional data object.
VALUE:
Returns a functional data object with a single replication
that contains the mean of the functions in the object fd.
SEE ALSO:
std.fd, sum.fd, center.fd
EXAMPLES:
lipmeanfd <- mean.fd(lipfd)
plot(lipmeanfd)