Skip to content
Snippets Groups Projects
Commit 1eabb1f6 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Change headers to reflect availability of third order approximation

parent 966fd9be
No related branches found
No related tags found
1 merge request!842Cosmetical changes and additional documentation
...@@ -4,7 +4,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo) ...@@ -4,7 +4,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo)
%! @deftypefn {Function File} {[@var{dr},@var{info},@var{M},@var{options},@var{oo}] =} resol (@var{check_flag},@var{M},@var{options},@var{oo}) %! @deftypefn {Function File} {[@var{dr},@var{info},@var{M},@var{options},@var{oo}] =} resol (@var{check_flag},@var{M},@var{options},@var{oo})
%! @anchor{resol} %! @anchor{resol}
%! @sp 1 %! @sp 1
%! Computes first and second order reduced form of the DSGE model. %! Computes the perturbation-based decisions rules of the DSGE model (orders 1 to 3).
%! @sp 2 %! @sp 2
%! @strong{Inputs} %! @strong{Inputs}
%! @sp 1 %! @sp 1
......
function [dr,info] = stochastic_solvers(dr,task,M_,options_,oo_) function [dr,info] = stochastic_solvers(dr,task,M_,options_,oo_)
% function [dr,info,M_,options_,oo_] = stochastic_solvers(dr,task,M_,options_,oo_) % function [dr,info,M_,options_,oo_] = stochastic_solvers(dr,task,M_,options_,oo_)
% computes the reduced form solution of a rational expectation model (first or second order % computes the reduced form solution of a rational expectations model (first, second or third
% approximation of the stochastic model around the deterministic steady state). % order approximation of the stochastic model around the deterministic steady state).
% %
% INPUTS % INPUTS
% dr [matlab structure] Decision rules for stochastic simulations. % dr [matlab structure] Decision rules for stochastic simulations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment