Calculate Model Reachability Matrix
Calculate the singular values of the reachability matrix of a model.
reachability(model) ## S3 method for class 'ARMA' reachability(model) ## S3 method for class 'SS' reachability(model) ## S3 method for class 'TSestModel' reachability(model)
model |
An object containing TSmodel. |
If all singular values are significantly different from zero the model is controllable.
The singular values of the reachability matrix.
data("eg1.DSE.data.diff", package="dse") model <- toSS(estVARXls(eg1.DSE.data.diff)) reachability(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.