powered by
Calculate the singular values of the reachability matrix of a model.
reachability(model) # S3 method for ARMA reachability(model) # S3 method for SS reachability(model) # S3 method for TSestModel reachability(model)
An object containing TSmodel.
The singular values of the reachability matrix.
If all singular values are significantly different from zero the model is controllable.
observability, stability roots McMillanDegree
observability
stability
roots
McMillanDegree
# NOT RUN { data("eg1.DSE.data.diff", package="dse") model <- toSS(estVARXls(eg1.DSE.data.diff)) reachability(model) # }
Run the code above in your browser using DataLab