https://github.com/cran/dse
Raw File
Tip revision: ab08892d097753cdf4449136af92b9e9fb89871c authored by Paul Gilbert on 01 December 2009, 00:00:00 UTC
version 2009.12-1
Tip revision: ab08892
extractforecastCov.Rd
\name{extractforecastCov}
\alias{extractforecastCov}
\alias{extractforecastCov.forecastCovEstimatorsWRTdata}
\alias{extractforecastCov.forecastCovEstimatorsFromModel}

\title{Extract Forecast Covariance}
\description{extract forecastCov from objects}
\usage{
    extractforecastCov(e, n)
    \method{extractforecastCov}{forecastCovEstimatorsWRTdata}(e, n)
    \method{extractforecastCov}{forecastCovEstimatorsFromModel}(e, n)
}
\arguments{
    \item{e}{A "forecastCovEstimatorsWRTdata", "forecastCov" object.}
    \item{n}{A vector on integers.}
}
\value{A forecastCov object.}
\details{
    Select a subset of models and their forecast covariances from a
    larger object.
}
\seealso{
    \code{\link{forecastCov}}
}

\concept{DSE}
\keyword{ts}

back to top