header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1553 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-10 15:09:42 +00:00
parent 5f9026beb7
commit 7bc2010473
1 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,25 @@
function [xparam1,estim_params_,bayestopt_,lb,ub]=set_prior(estim_params_)
% function [xparam1,estim_params_,bayestopt_,lb,ub]=set_prior(estim_params_)
% sets prior distributions
%
% INPUTS
% estim_params_: structure characterizing parameters to be estimated
%
% OUTPUTS
% xparam1: vector of parameters to be estimated (initial values)
% estim_params_: structure characterizing parameters to be estimated
% bayestopt_: structure characterizing priors
% lb: lower bound
% ub: upper bound
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2008)
% Gnu Public License.
global M_ options_
nvx = size(estim_params_.var_exo,1);