BookmarkSubscribeRSS Feed
swapnilsoni
Fluorite | Level 6

Following is my SAS program to build GARCH model using PROC AUTOREG:

proc autoreg data=DATASET;
model Y= X1 X2
/method=ml nlag=12 garch=(p=1,q=1) maxiter=500 dwprob;
run;

I ran this same program using same database in 2 different versions of SAS:

1) Base SAS

2) ETS SAS

Both are giving different GARCH estimates, although AUTOREG estimates are same. Please help why it is so and how to get same outputs?

1 REPLY 1

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 714 views
  • 0 likes
  • 2 in conversation