Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

reachability

Calculate Model Reachability Matrix


Description

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.

Details

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

Value

The singular values of the reachability matrix.

See Also

Examples

data("eg1.DSE.data.diff", package="dse")
model <- toSS(estVARXls(eg1.DSE.data.diff))
reachability(model)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.