header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1622 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-21 10:21:12 +00:00
parent 6e44e7cd60
commit 63eab2d4fd
1 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,6 @@
function xparam = get_posterior_parameters(type)
% function xparam = get_posterior_parameters(type)
% Selects (estimated) parameters (posterior mode or posterior mean).
%
% INPUTS
@ -7,16 +9,12 @@ function xparam = get_posterior_parameters(type)
% OUTPUTS
% o xparam
%
%
% ALGORITHM
% None.
%
% SPECIAL REQUIREMENTS
% None.
%
%
% part of DYNARE, copyright S. Adjemian, M. Juillard (2006)
% part of DYNARE, copyright dynare Team (2006-2008)
% Gnu Public License.
global estim_params_ oo_ options_ M_
nvx = estim_params_.nvx;