Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
536 views
in Technique[技术] by (71.8m points)

regression - Which code to use in order to run Vector Autoregression in R?

I want to run VAR model in R. I found the following source how to do https://towardsdatascience.com/a-deep-dive-on-vector-autoregression-in-r-58767ebb3f06#:~:text=Christopher%20Sims%20proposed%20the%20Vector,traditional%20structural%20system%20of%20equations

However,I have a data set for the time from t-10 till t and want to predict until t+5 values. My independent variables have values for the period from t-10 till t+5. How can I fit VAR with observations for period t-10 till t and use this model to predict Y based on X values in period t+1 till t+5?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...