reachability {dse} | R Documentation |
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.
observability
,
stability
roots
McMillanDegree
data("eg1.DSE.data.diff", package="dse")
model <- toSS(estVARXls(eg1.DSE.data.diff))
reachability(model)