Page 1 of 1

Stochastic Simulation

PostPosted: Mon Oct 05, 2015 4:10 am
by pbrr25
Hi,
When I write the stoch_simul command, what is the difference between specifying periods=1000 as opposed to not specifying this? Is the simulation stochastic in both cases? Also what is the meaning of incorporating hp_filter=100 in the soch_simul command as in
stoch_simul(order=1,hp_filter=100,irf=40).
Answers will be greatly helpful.

Re: Stochastic Simulation

PostPosted: Mon Oct 05, 2015 5:54 am
by jpfeifer
For the periods statement, see http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=6716

The hp_filter=100 option tells Dynare to use an HP filter with the smoothing parameter set to 100 (which is unusual). The displayed moments will then be the ones of the filtered variables.

Re: Stochastic Simulation

PostPosted: Thu Oct 08, 2015 3:30 pm
by pbrr25
Thanks.