Reduced Models via Mittnik SVD balancing
Reduced Models via Mittnik SVD balancing.
MittnikReducedModels(largeModel)
largeModel |
An SS TSmodel. |
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.
A list of state space TSmodels with smaller state dimensions.
data("eg1.DSE.data.diff", package="dse") z <- MittnikReducedModels(toSS(estVARXls(eg1.DSE.data.diff)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.