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
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
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
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.