checkBalance {dse1} | R Documentation |
Calculate the difference between observability and reachability gramians.
checkBalance(model) ## S3 method for class 'SS': checkBalance(model) ## S3 method for class 'ARMA': checkBalance(model) ## S3 method for class 'TSestModel': checkBalance(model)
model |
A TSmodel object. |
Balanced models should have equal observability and reachability gramians.
No value is returned.
Differences between the observability and reachability gramians are printed.
checkBalanceMittnik
MittnikReduction
data("eg1.DSE.data.diff", package="dse1") model <- toSS(estVARXls(eg1.DSE.data.diff)) checkBalance(model)