VARLAG—Choice of lag length in a VAR

Use this forum for posting example programs or short bits of sample code.
TomDoan
Posts: 7732
Joined: Wed Nov 01, 2006 4:36 pm

VARLAG—Choice of lag length in a VAR

Unread post by TomDoan »

VARLAG.RPF is an example of lag length selection in a VAR.

This shows several different ways to approach the choice of lag length in a VAR:
  1. It does a formal test of one lag length vs another longer one.
  2. It uses the @VARLagSelect procedure to show an automatic choice mechanism.
  3. It shows the inner workings of the @VARLagSelect procedure in case you need something more flexible than the procedure itself.
Detailed description


Last bumped by TomDoan on Mon Dec 30, 2024 9:37 am.
Post Reply