Page 1 of 1

where is the stochastic steady state in dynare?

PostPosted: Wed Feb 22, 2012 3:29 pm
by hewei2004
Hi,

In dynare++, the dyn_ss stores the stochastic steady state. But what is the corresponding variable in dynare that stores the stochastic stead state, ie, fix point?
How do I find it in dynare? I couldn't seem to find it in the oo_ variable.

Re: where is the stochastic steady state in dynare?

PostPosted: Thu Jun 14, 2012 3:40 pm
by ripatti
I think this is relevant simple question and I would like to see the answer.

Let's define this variable as "the risky/stochastic steady state" , ie the one that results zero line when used as the first parameter of the simult_ function with zeros as shocks.

Somewhere I found suggestion to use oo_.mean. It is not available after
Code: Select all
stoch_simul(order=3,  nograph) ;

command.