Hey,
I would like to use the proc model for estimating a garch model, but I don't know how to extract the volatility estimated.
DO you find the solution to extract the volatility with this procedure?
Thanks a lot,
Anaïs
As for the cev, I think there is an easy way to get. Under PROC MODEL, in FIT statement, check "OUTRESID":
"...If the h.var equation is specified, the residual values written to the OUT= data set are the normalized residuals, defined as , divided by the square root of the h.var value..."
note that H.name variable specifies the functional form for the variance of the named equation
That means that you can derive h.var (cev) by using actual, predicted, and residual outputs.
Hope helpful.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.