Monte Carlo forecast paths using a VECM model directly

If you are seeking RATS code for implementing a particular technique or replicating results from a paper, post your request here. Be sure to include complete citations for any papers or books.
holyw160
Posts: 10
Joined: Thu Nov 09, 2006 3:07 am

Monte Carlo forecast paths using a VECM model directly

Unread post by holyw160 »

Hi, does any one have an example of simulated forecast paths (using monte carlo methods) of a variable from a vector error correction model?

Thank you.
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Monte Carlo forecast paths using a VECM model directly

Unread post by TomDoan »

There's nothing special to that. Define and estimate a VECM (as in the ECT.RPF example), and do a SIMULATE instruction using the MODEL that you created and estimated. SIMULATE knows how to handle the structure of the VECM (that is, it will simulate the levels, not the differences).
Post Reply