https://github.com/cran/dse
Raw File
Tip revision: f6673198843cfdf7ab8542715823fa692f1eb83c authored by Paul Gilbert on 07 March 2013, 00:00:00 UTC
version 2013.3-2
Tip revision: f667319
TSdata.forecastCov.Rd
\name{TSdata.forecastCov}
\alias{TSdata.forecastCov}
\alias{TSmodel.forecastCov}

\title{TS Extractor Specific Methods}
\description{See the generic function description.}
\usage{
    \method{TSdata}{forecastCov}(data, ...)
    \method{TSmodel}{forecastCov}(obj, select=1, ...)
}
\arguments{
    \item{data}{an object from which to extract the TSdata.}
    \item{obj}{an object from which to extract the TSmodel or TSestModel.}
    \item{select}{an integer indicating which of multiple models to extract.}
    \item{...}{arguments to be passed to other methods.}
}

\seealso{ 
    \code{\link{TSdata}} 
    \code{\link{TSestModel}} 
    \code{\link{TSmodel}} 
}

\concept{DSE}
\keyword{ts}

back to top