Learn R Programming

dse (version R2000.6-1)

observability: Calculate Model Observability Matrix

Description

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

Usage

observability(model)

Arguments

model
An object containing a TSmodel.

Value

  • The singular values of the observability matrix.

Details

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

See Also

reachability, stability McMillan.degree

Examples

Run this code
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
	model <- to.SS(est.VARX.ls(eg1.DSE.data.diff))
	observability(model)

Run the code above in your browser using DataLab