From c58fd57c39c0c8c954e4f26893c00194419a30d9 Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 10 Jan 2008 15:48:43 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1560 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/set_all_parameters.m | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/matlab/set_all_parameters.m b/matlab/set_all_parameters.m index 496ef3f9d..a1739b969 100644 --- a/matlab/set_all_parameters.m +++ b/matlab/set_all_parameters.m @@ -1,4 +1,20 @@ function set_all_parameters(xparam1) + +% function set_all_parameters(xparam1) +% Sets parameters value +% +% 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;