swh:1:snp:3a44eb759780145deea094ac2a25c5049546a085
Raw File
Tip revision: 4a78d06e146c9b6801d50fb15c2f67ce174c8c79 authored by Han Lin Shang on 08 June 2010, 07:47:32 UTC
version 1.9
Tip revision: 4a78d06
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