Description Usage Arguments Details Value See Also Examples
Convert a state space model to (observability?) form.
1 2 3 4 5 6 |
model |
An object of class TSmodel. |
WARNING: This function does not work properly.
Convert to a SS innovations representation with a minimum number of parameters by converting as much of H as possible to I matrix. Any remaining reductions are done by converting part of ?? to I. It seems there should remain n(m+2p) free parameters in F,G,H,K, and Om is determined implicitly by the residual.
An object of class 'SS' 'TSmodel' containing a state space model in observability form (more or less).
1 2 | data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.