Hi,
How do I check the state variables in a model, in dynare++? Say I want to know the dimension of the state space (the rank should be invariant to how to define the state space)
I am aware of the command dyn_state_vars, But, it listed all predetermined vars, shocks, and all forward-looking variables.
The command dyn_npred only reports the number – no names so that I couldn’t check them one by one. As a result, I couldn’t calculate the minimum number of state variables.
I know that the state variables are different, depending on how you define the state space. But the rank of the state space should be the same, right? If it is, is it possible to find the rank of the state space through dynare++?
Thanks!