header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1559 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-10 15:47:41 +00:00
parent 20ca80de31
commit fd3c11f863
1 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,20 @@
function set_parameters(xparam1)
% function set_parameters(xparam1)
% Sets parameters value (except measurement errors)
%
% INPUTS
% xparam1: vector of parameters to be estimated (initial values)
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2008)
% Gnu Public License.
global estim_params_ M_
nvx = estim_params_.nvx;