Learn R Programming

dse (version 2014.11-1)

MittnikReducedModels: Reduced Models via Mittnik SVD balancing

Description

Reduced Models via Mittnik SVD balancing.

Usage

MittnikReducedModels(largeModel)

Arguments

largeModel
An SS TSmodel.

Value

  • A list of state space TSmodels with smaller state dimensions.

concept

DSE

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.

See Also

MittnikReduction

Examples

Run this code
data("eg1.DSE.data.diff", package="dse")
    z <-  MittnikReducedModels(toSS(estVARXls(eg1.DSE.data.diff)))

Run the code above in your browser using DataLab