Add header with info to pm3.m

time-shift
Johannes Pfeifer 2014-10-31 10:26:50 +01:00 committed by Michel Juillard
parent 9f20aaa8e4
commit 61253bcb81
1 changed files with 22 additions and 1 deletions

View File

@ -1,10 +1,31 @@
function pm3(n1,n2,ifil,B,tit1,tit2,tit3,tit_tex,names1,names2,name3,DirectoryName,var_type)
% pm3(n1,n2,ifil,B,tit1,tit2,tit3,tit_tex,names1,names2,name3,DirectoryName,var_type)
% Computes, stores and plots the posterior moment statistics.
%
% Inputs:
% n1 [scalar] size of first dimension of moment matrix
% n2 [scalar] size of second dimension of moment matrix
% ifil [scalar] number of moment files to load
% B [scalar] number of subdraws
% tit1 [string] Figure title
% tit2 [string] not used
% tit3 [string] Save name for figure
% tit_tex [cell array] TeX-Names for Variables
% name1 [cell array] Names of variables subset selected for moments
% name2 [cell array] Names of all variables in the moment matrix from
% which names1 is selected
% name3 [string] Name of the field in oo_ structure to be set
% name3 [string] Name of the field in oo_ structure to be set
% DirectoryName [string] Name of the directory in which to save and from
% where to read
% var_type [string] suffix of the filename from which to load moment
% matrix
% PARALLEL CONTEXT
% See also the comment in random_walk_metropolis_hastings.m funtion.
% Copyright (C) 2007-2013 Dynare Team
% Copyright (C) 2007-2014 Dynare Team
%
% This file is part of Dynare.
%