Here is my code:
proc autoreg data=aaaaa;
model y=x1 x2 / garch(p=1,q=1);
hetero d1 d2;
run;
Convergence is not a problem, but the het1 and het2 coefficients are . (missing value). What does it mean?
Hello -
This might be a Technical Support issue - difficult to judge with the current amount of information you shared.
Would it be possible to share you data as well? Alternatively you might consider contacting Technical Support.
Thanks,
Udo
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates