| reachability {dse1} | R Documentation |
Calculate the singular values of the reachability matrix of a model.
reachability(model)
reachability(model)
reachability(model)
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
McMillan.degree
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
model <- to.SS(est.VARX.ls(eg1.DSE.data.diff))
reachability(model)