header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1587 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-15 10:38:47 +00:00
parent 40afeac950
commit c15ac60630
1 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,20 @@
function CutSample()
% stephane.adjemian@ens.fr [09-09-2005]
% function CutSample()
% Takes a subset from metropolis
%
% INPUTS
% none
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2005-2007)
% Gnu Public License.
global M_ options_ estim_params_
npar = estim_params_.np+estim_params_.nvn+estim_params_.ncx+estim_params_.ncn+estim_params_.nvx;