Skip to content
Snippets Groups Projects
Commit 17e03a82 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix comment

parent 4ffebeee
Branches
Tags
No related merge requests found
function oo_recursive_=dynare_estimation(var_list,dname) function oo_recursive_=dynare_estimation(var_list,dname)
% function dynare_estimation(var_list) % function dynare_estimation(var_list, dname)
% runs the estimation of the model % runs the estimation of the model
% %
% INPUTS % INPUTS
% var_list: selected endogenous variables vector % var_list: selected endogenous variables vector
% dname: alternative directory name
% %
% OUTPUTS % OUTPUTS
% oo_recursive_: cell array containing the results structures from recursive estimation % oo_recursive_: cell array containing the results structures from recursive estimation
...@@ -11,7 +12,7 @@ function oo_recursive_=dynare_estimation(var_list,dname) ...@@ -11,7 +12,7 @@ function oo_recursive_=dynare_estimation(var_list,dname)
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2003-2014 Dynare Team % Copyright (C) 2003-2015 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment