BookmarkSubscribeRSS Feed
aneelG
Calcite | Level 5

Hello,

I need to convert VAR to the VMA  model,

1. I ran VARMAX

ods output ParameterEstimates=parameterEstimates covInnovation=cov;
proc varmax data=markers; by ric date;
model r signed_volumne signed_sqrt_volumne trade_sign/ p=60 method=ls lagmax=60 print=(estimates covpe);
* p sets the number of lags in the model, lagmax just controls the printing of output;
run; quit;

I have a parameter Estimate and covariance matrix. Could you please advise how to create VMA using the parameter Estimate?

I am trying to replicate equation in attached file. I got stuck after running VAR. 🙂

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 912 views
  • 0 likes
  • 1 in conversation