Hi?
I want to use MCMC procedure in SAS 9.2 to estimate the parameters from my model, the codes are as follows:
/* MCMC algrithm for estimation of the GJR-GARCH-M model */
ods graphics on;
proc mcmc data=sasuser.sh19 ntu=1000 nmc=50000 thin=10 seed=246810 monitor=(_parms_ c d);
ods select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.