BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
econfkw
Calcite | Level 5

proc autoreg data=Vol_est;

model  Mkt= /garch=(p=1,q=1);

output out=temp2;

run;

I'm estimating the market return volatility by GARCH(1,1), how can I output the estimated conditionally volatility? The code above only returns the original data.

thanks

1 ACCEPTED SOLUTION

Accepted Solutions
udo_sas
SAS Employee

Hello -

You can specify certain statistics to be included in the output data set.

See http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_autoreg_syntax... for details.

Thanks,

Udo

View solution in original post

1 REPLY 1
udo_sas
SAS Employee

Hello -

You can specify certain statistics to be included in the output data set.

See http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_autoreg_syntax... for details.

Thanks,

Udo

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1454 views
  • 0 likes
  • 2 in conversation