https://github.com/cran/fda
Raw File
Tip revision: aac3e3f7207f4732067b6e1d1b735f5d7855664f authored by J. O. Ramsay on 06 July 2007, 00:00:00 UTC
version 1.2.4
Tip revision: aac3e3f
sum.fd.Rd
\name{sum.fd}
\alias{sum.fd}
\title{
  Sum of Functional Data
}
\description{
Evaluate the sum of a set of functions in a functional data object.
}
\usage{
sum.fd(..., na.rm)
}
\arguments{
\item{...}{
a functional data object to sum.
}
\item{na.rm}{Not used.}
}
\value{
a functional data object with a single replication
that contains the sum of the functions in the object \code{fd}.
}
\seealso{
\code{\link{mean.fd}}, 
\code{\link{std.fd}}, 
\code{\link{stddev.fd}}, 
\code{\link{center.fd}}
}
% docclass is function
\keyword{smooth}
back to top