Calculate the singular values of the reachability matrix of a model.
Usage
reachability(model)
## S3 method for class 'ARMA':
reachability(model)
## S3 method for class 'SS':
reachability(model)
## S3 method for class 'TSestModel':
reachability(model)
Arguments
model
An object containing TSmodel.
Value
The singular values of the reachability matrix.
concept
DSE
Details
If all singular values are significantly different from zero the
model is controllable.