Attachment 'DH10.mod'

Download

   1 var RGDP KCFSI;
   2 
   3 varobs RGDP KCFSI;
   4 
   5 svar_identification;
   6 exclusion lag 0;
   7 equation 1, KCFSI;
   8 end;
   9 
  10 markov_switching(chain=1, number_of_states=2, duration=20);
  11 svar(variances, chain=1);
  12 svar(coefficients, chain=1);
  13 
  14 ms_estimation(datafile=DavigHakkio10,
  15               freq=12, 
  16               initial_year=1990,
  17               final_year=2009,
  18               initial_subperiod=2,
  19               final_subperiod=9,
  20               nlags=1,
  21               coefficients_prior_hyperparameters=[0.57 0.13 0.1 1.2 10 10],
  22               max_repeated_optimization_runs=5,
  23               max_number_of_stages=5
  24               );
  25 
  26 ms_simulation(mh_replic=1000);
  27 ms_compute_mdd;
  28 ms_compute_probabilities;
  29 ms_irf;  

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2011-06-07 13:03:22, 0.7 KB) [[attachment:DH10.mod]]
  • [get | view] (2011-05-30 14:00:02, 2.5 KB) [[attachment:DavigHakkio10.mat]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.