Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by james1229

  1. james1229

    estimation problem with MCMC method

    here is the data file
  2. james1229

    estimation problem with MCMC method

    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...

Part and Inventory Search

Back
Top