header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1656 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-28 15:42:09 +00:00
parent c40b85373e
commit 6c3ea44eac
1 changed files with 31 additions and 7 deletions

View File

@ -1,11 +1,35 @@
function ReshapeMatFiles(type, type2)
% Reshape and sort (along the mcmc simulations) the mat files generated
% by DYNARE.
%
% 4D-arrays are splitted along the first dimension.
% 3D-arrays are splitted along the second dimension.
%
%
% 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.
% 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_
if nargin==1,