No problem. Don't forget to initialize it to 0 in global_initialization.m
Best
Michel
George Perendia wrote:
Hi Michel and Sebastien (et al)
The partial information is now failing in estimation_1.m (on line 1096) since there is no PI Kalman smother available yet. As an interim solution we suggest to bypass that whole if ... diagnostics block by adding an additional clause & options_.partial_information == 0 to its if test on lines 1086-1088 , i.e.
if (~((any(bayestopt_.pshape > 0) & options_.mh_replic) | (any(bayestopt_.pshape ...
- & options_.load_mh_file)) ...
| ~options_.smoother ) & M_.endo_nbr^2*gend < 1e7 ...
& options_.partial_information == 0 % to be fixed .
Would that be ok?