https://github.com/cran/dse
Raw File
Tip revision: 255d6b0f2bb198b3fdf1ac04a994762b381b07a7 authored by Paul Gilbert on 26 February 2020, 06:10:02 UTC
version 2020.2-1
Tip revision: 255d6b0
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