[Trac] #95: the "simul" option of "stoch_simul" simulates on more periods than required
#95: the "simul" option of "stoch_simul" simulates on more periods than required --------------------------+------------------------------------------------- Reporter: sebastien | Owner: Type: bug | Status: new Priority: trivial | Milestone: Component: Core M-files | Version: 4.1.0 Keywords: | --------------------------+------------------------------------------------- The point is that the oo_.exo_simul vector has length options_.periods+M_.maximum_lag+M_.maximum_lead (see make_ex_.m). This makes sense in a deterministic context, but in a stochastic context there it should only be of length options_.periods. This makes the oo_.endo_simul of length 2*M_.maximum_lag+options_.periods+M_.maximum_lead (because it adds initial conditions), while it should be of length M_.maximum_lag+options_.periods. This is not a big issue since one can just truncate the extra periods, but this confuses some users. -- Ticket URL: <https://www.dynare.org/trac/ticket/95> Dynare <http://www.dynare.org> The Dynare project
#95: the "simul" option of "stoch_simul" simulates on more periods than required ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: michel Type: enhancement | Status: accepted Priority: trivial | Milestone: 4.2 Component: Core M-files | Version: 4.1.0 Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by michel): * owner: => michel * status: new => accepted * type: bug => enhancement * milestone: => 4.2 Comment: Let's change the behavior in 4.2 -- Ticket URL: <https://www.dynare.org/trac/ticket/95#comment:1> Dynare <http://www.dynare.org> The Dynare project
#95: the "simul" option of "stoch_simul" simulates on more periods than required ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: michel Type: enhancement | Status: closed Priority: trivial | Milestone: 4.2 Component: Core M-files | Version: 4.1.0 Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by michel): * status: accepted => closed * resolution: => fixed Comment: Fixed in https://www.dynare.org/trac/log/matlab?rev=256ff761e8e8157dad592f113e75b7384... -- Ticket URL: <https://www.dynare.org/trac/ticket/95#comment:2> Dynare <http://www.dynare.org> The Dynare project
participants (1)
-
Trac Dynare