https://github.com/cran/fda
Raw File
Tip revision: 0b014a96ce504dba6a607acdcc14d9712fc5ec95 authored by J. O. Ramsay on 28 November 2020, 14:10:14 UTC
version 5.1.7
Tip revision: 0b014a9
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{
\method{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