https://github.com/cran/dse
Raw File
Tip revision: 44dd1a830fc24e59474c3f3be207495991af41ad authored by Paul Gilbert on 25 November 2014, 08:49:25 UTC
version 2014.11-1
Tip revision: 44dd1a8
MittnikReducedModels.Rd
\name{MittnikReducedModels}
\alias{MittnikReducedModels}
\title{Reduced Models via Mittnik SVD balancing}
\description{Reduced Models via Mittnik SVD balancing.}
\usage{
    MittnikReducedModels(largeModel)
}
\arguments{
    \item{largeModel}{An SS TSmodel.}
}
\value{A list of state space TSmodels with smaller state dimensions.}
\details{
The largeModel is balanced by the SVD method promoted by Mittnik (see 
MittnikReduction) and then models for every state dimension up to the 
state dimension of the largeModel are return. Note that this procedure 
does not result in smaller models which are balanced.
}
\seealso{
\code{\link{MittnikReduction}}
}
\examples{
data("eg1.DSE.data.diff", package="dse")
    z <-  MittnikReducedModels(toSS(estVARXls(eg1.DSE.data.diff))) 
}
\concept{DSE}
\keyword{ts}

back to top