View source: R/postestimation.R
| stability | R Documentation |
Checks saddle-path stability of the model by examining eigenvalues. A model is stable when the number of eigenvalues with modulus less than 1 equals the number of state variables.
stability(x)
x |
A |
A list of class "dsge_stability" with:
Logical: is the system saddle-path stable?
Complex eigenvalue vector.
Moduli of eigenvalues.
Character vector: "stable" or "unstable" for each.
Number of stable eigenvalues.
Number of state variables (required stable count).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.