Learn R Programming

dse (version 2003.6-1)

checkBalance: Check Balance of a TSmodel

Description

Calculate the difference between observability and reachability gramians.

Usage

checkBalance(model)
    ## S3 method for class 'SS':
checkBalance(model)
    ## S3 method for class 'ARMA':
checkBalance(model)
    ## S3 method for class 'TSestModel':
checkBalance(model)

Arguments

model
A TSmodel object.

Value

  • No value is returned.

sideffects

Differences between the observability and reachability gramians are printed.

Details

Balanced models should have equal observability and reachability gramians.

See Also

checkBalanceMittnik MittnikReduction

Examples

Run this code
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
    model <- toSS(estVARXls(eg1.DSE.data.diff))
    checkBalance(model)

Run the code above in your browser using DataLab