powered by
Calculate the difference between observability and reachability gramians.
checkBalance(model) # S3 method for SS checkBalance(model) # S3 method for ARMA checkBalance(model) # S3 method for TSestModel checkBalance(model)
A TSmodel object.
No value is returned.
Differences between the observability and reachability gramians are printed.
Balanced models should have equal observability and reachability gramians.
checkBalanceMittnik MittnikReduction
checkBalanceMittnik
MittnikReduction
# NOT RUN { data("eg1.DSE.data.diff", package="dse") model <- toSS(estVARXls(eg1.DSE.data.diff)) checkBalance(model) # }
Run the code above in your browser using DataLab