reduced.models.Mittnik {dse2}R Documentation

Reduced Models via Mittnik SVD balancing

Description

Reduced Models via Mittnik SVD balancing.

Usage

    reduced.models.Mittnik(largeModel)

Arguments

largeModel An SS TSmodel.

Details

The largeModel is balanced by the SVD method promoted by Mittnik (see reduction.Mittnik) 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.

Value

A list of state space TSmodels with smaller state dimensions.

See Also

reduction.Mittnik

Examples

if(is.R()) data("eg1.DSE.data.diff", package="dse1")
    z <-  reduced.models.Mittnik(to.SS(est.VARX.ls(eg1.DSE.data.diff)))