I am trying to replicate data as shown kindly by Stephanie in this file
https://github.com/DynareTeam/dynare/bl ... lambda.mod
This is the replication of the standard model, and she shows us how to generate artificial data which is then used for estimation.
The command she uses is "stoch_simul(periods=500)" and "datatomfile('datarabanal_hybrid',[])"
This command generates series for 500 periods for the variables.
My question is this: If I want to generate say 5 sets of data for 200 periods, and discard 5,000 or so for each data set, how do I go about doing so in this model?