-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi, and thanks for this great package. It really helps!
I want to get the n-period ahead forecast in a rolling sense. This means that I need to find the best lambda, make n-period ahead predictions, increase my validation sample (recursive or rolling, this does not matter) by one time period, and re-do the step above.
What would be the most efficient way to get the n-ahead predictions for this scenario? Right now I am thinking about using cv.BigVAR to get the optimal lambda and subsequently re-fit using BigVAR.fit(), before predicting predict(n.ahead=n).
Put differently, I am wondering if my result can be achieved in a one-shot estimation?
Metadata
Metadata
Assignees
Labels
No labels