powered by
Calculate the singular values of the observability matrix of a model.
observability(model) # S3 method for ARMA observability(model) # S3 method for SS observability(model) # S3 method for TSestModel observability(model)
An object containing a TSmodel.
The singular values of the observability matrix.
If all singular values are significantly different from zero the model is observable.
reachability, stability McMillanDegree
reachability
stability
McMillanDegree
# NOT RUN { data("eg1.DSE.data.diff", package="dse") model <- toSS(estVARXls(eg1.DSE.data.diff)) observability(model) # }
Run the code above in your browser using DataLab