check.balance.Mittnik {dse1} | R Documentation |
Calculate the difference between observability and reachability gramians of the model transformed to Mittnik's form.
check.balance.Mittnik(model)
model |
An object of class TSmodel. |
Balanced models should have equal observability and reachability gramians.
No value is returned.
check.balance
reduction.Mittnik
if(is.R()) data("eg1.DSE.data.diff", package="dse1") model <- to.SS(est.VARX.ls(eg1.DSE.data.diff)) check.balance.Mittnik(model)