Learn R Programming

dse (version 2020.2-1)

reachability: Calculate Model Reachability Matrix

Description

Calculate the singular values of the reachability matrix of a model.

Usage

reachability(model)
    # S3 method for ARMA
reachability(model)
    # S3 method for SS
reachability(model)
    # S3 method for TSestModel
reachability(model)

Arguments

model

An object containing TSmodel.

Value

The singular values of the reachability matrix.

Details

If all singular values are significantly different from zero the model is controllable.

See Also

observability, stability roots McMillanDegree

Examples

Run this code
# 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