Description Usage Arguments Details Value See Also Examples
Reduced Models via Mittnik SVD balancing.
1 | 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.
1 2 | data("eg1.DSE.data.diff", package="dse")
z <- MittnikReducedModels(toSS(estVARXls(eg1.DSE.data.diff)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.