View source: R/postestimation.R
| transition_matrix | R Documentation |
Returns the transition matrix H from a fitted or solved DSGE model.
The transition matrix describes state evolution:
x_{t+1} = H x_t + M \varepsilon_{t+1}.
transition_matrix(x, se = TRUE, level = 0.95)
x |
A |
se |
Logical. If |
level |
Confidence level for intervals. Default is 0.95. |
Same structure as policy_matrix().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.