header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1609 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-17 15:59:01 +00:00
parent 7f72c0b802
commit bf3793b9c2
1 changed files with 5 additions and 4 deletions

View File

@ -1,18 +1,19 @@
function prior_analysis(var_list) function prior_analysis(var_list)
% function prior_analysis(var_list) % function prior_analysis(var_list)
% performs stochastic simulations for value of parameters drawn from % performs stochastic simulations for value of parameters drawn from
% the prior % the prior
%
% INPUTS: % INPUTS:
% var_list: list of variable names for which results are requested % var_list: list of variable names for which results are requested
%
% OUTPUTS: % OUTPUTS:
% none % none
% ALGORITHM
% uses antithetic draws for the shocks
% %
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% None. % none.
% %
% part of DYNARE, copyright S. Adjemian, M. Juillard (2006) % part of DYNARE, copyright Dynare Team (2006-2008)
% Gnu Public License. % Gnu Public License.
global M_ options_ oo_ estim_params_ bayestopt_ global M_ options_ oo_ estim_params_ bayestopt_