https://github.com/cran/ftsa
Raw File
Tip revision: 7c4952f92b74350b4621d4c3e6570600b7f5f54c authored by Han Lin Shang on 30 January 2019, 13:40:03 UTC
version 5.4
Tip revision: 7c4952f
sd.Rd
\name{sd}
\alias{sd}
\alias{sd.default}
\title{Standard deviation}
\usage{
sd(...)
}

\arguments{
\item{...}{Arguments passed to specific methods.}
}

\description{Generic functions for standard deviation.}

\details{The \code{\link[stats]{sd}} functions in the \code{stats} package are replaced by \code{sd.default}.}

\value{Refer to specific methods. For numeric vectors, see the \code{\link[stats]{sd}} functions in the \code{stats}
package.}

\author{Han Lin Shang}

\seealso{\code{\link[ftsa]{sd.fts}}}
\keyword{models}
back to top