Cosmetic improvements in *_mh_history_file

time-shift
Johannes Pfeifer 2015-08-11 14:32:38 +02:00
parent 6e3a73190f
commit 7bdc6de481
2 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,13 @@
function update_last_mh_history_file(MetropolisFolder, ModelName, record)
% function update_last_mh_history_file(MetropolisFolder, ModelName, record)
% Updates the mh_history_file
% Inputs:
% MetropolisFolder [char] Name of the metropolis subfolder
% ModelName [char] Name of the mod-file
% record [structure] structure storing the MH history
% Outputs: none
% Copyright (C) 2013 Dynare Team
% Copyright (C) 2013-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,14 @@
function i = write_mh_history_file(MetropolisFolder, ModelName, record)
% function i = write_mh_history_file(MetropolisFolder, ModelName, record)
% Writes a mh_history_file to the harddisk
% Inputs:
% MetropolisFolder [char] Name of the metropolis subfolder
% ModelName [char] Name of the mod-file
% record [structure] structure storing the MH history
% Outputs:
% i [scalar] number of the mh_history file
% Copyright (C) 2013 Dynare Team
% Copyright (C) 2013-2015 Dynare Team
%
% This file is part of Dynare.
%