How can I get the list of jumpers and state variables?

Hi,

I want to check whether some variables is state variables in my model.

Can I get the list of all the jumpers or all the state variables from dynare?

I only see the following:

MODEL SUMMARY

Number of variables: 43
Number of stochastic shocks: 8
Number of state variables: 23
Number of jumpers: 20
Number of static variables: 9

Thanks!

From the “oo_.dr.state_var” you get “state variables”

You can also check Manual *Section 4.13.2 Typology and ordering of variables.
*

[quote=“dynare_usr”]You can also check Manual *Section 4.13.2 Typology and ordering of variables.
*[/quote]

thanks!

No worries

The easiest way is to just look at the reported decision rules. If a variable shows up on the right hand side of a decision rule, it is a state.

1 Like