Description Usage Arguments Details Value Side Effects See Also Examples
Calculate the difference between observability and reachability gramians.
1 2 3 4 5 6 7 8 | 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
1 2 3 | data("eg1.DSE.data.diff", package="dse")
model <- toSS(estVARXls(eg1.DSE.data.diff))
checkBalance(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.