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. 🙂

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 493 views
  • 0 likes
  • 1 in conversation