Suppose computer was accidentally shut down during MH algorithm. The hard drive contains several *_mh*_blck*.mat files. Is it possible to start from the point close to the point of interruption? Or do I need to start from the beginning?
I appreciate there is load_mh_file command, but I cannot find the proper usage of this command. If I write
estimation(datafile=nameq,lik_init=2,nobs=n1,mode_compute=0,mode_file=name_mode,load_mh_fil, mh_replic= 150000,mh_scale=0.35,bayesian_irf,irf=100)
it complains that *_mh14_blck2 does not exist. It does not exist, indeed, as I have fewer files than needed to complete. It crashed on *_mh5_blck2
Is it possible to start from what what exists?
PS. I run Dynare 3.064, but I suspect this would not matter.
Many thanks