Object Reference : Object View and Procedure Reference : Sspace
  
 
structure
Display summary of sspace specification.
Show view which summarizes the system transition matrices or the covariance structure of the state space specification. EViews can display either the formulae (default) or the values of the system transition matrices or covariance.
Syntax
sspace_name.structure(options) [argument]
If you choose to display the values for a time-varying system using the “v” option, you should use the optional [argument] to specify a single date at which to evaluate the matrices. If none is provided, EViews will use the first date in the current sample.
Options
 
v
Display the values of the system transition or covariance matrices.
c
Display the system covariance matrix.
p
Print the view.
Examples
ss1.structure
displays a system transition matrices.
ss1.structure 1993q4
displays the transition matrices evaluated at 1993Q4.
Cross-references
See “State Space Models and the Kalman Filter” for a discussion of state space models.