Skip to content
Snippets Groups Projects
Commit 6c3ea44e authored by assia's avatar assia
Browse files

header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1656 ac1d8469-bf42-47a9-8791-bf33cf982152
parent c40b8537
No related branches found
No related tags found
No related merge requests found
function ReshapeMatFiles(type, type2) function ReshapeMatFiles(type, type2)
% Reshape and sort (along the mcmc simulations) the mat files generated
% by DYNARE. % function ReshapeMatFiles(type, type2)
% % Reshapes and sorts (along the mcmc simulations) the mat files generated by DYNARE.
% 4D-arrays are splitted along the first dimension. % 4D-arrays are splitted along the first dimension.
% 3D-arrays are splitted along the second dimension. % 3D-arrays are splitted along the second dimension.
% %
% INPUTS:
% type: statistics type in the repertory:
% dgse
% irf_bvardsge
% smooth
% filter
% error
% innov
% forcst
% forcst1
% type2: analysis type:
% posterior
% gsa
% prior
%
% OUTPUTS:
% none
% %
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2007)
% Gnu Public License.
global M_ options_ global M_ options_
if nargin==1, if nargin==1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment