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

occbin.solver.m: fix header

parent 8348cf00
No related branches found
No related tags found
No related merge requests found
function [dr, out, ss] = solver(M_, options_, dr ,steady_state, exo_steady_state, exo_det_steady_state) function [dr, out, ss] = solver(M_, options_, dr ,steady_state, exo_steady_state, exo_det_steady_state)
% function [oo_, out, ss] = solver(M_,oo_,options_, dr ,steady_state, exo_steady_state, exo_det_steady_state % [dr, out, ss] = solver(M_,oo_,options_, dr ,steady_state, exo_steady_state, exo_det_steady_state
% Solves the model with an OBC and produces simulations/IRFs % Solves the model with an OBC and produces simulations/IRFs
% %
% INPUT: % INPUT:
% - M_ [structure] Matlab's structure describing the model % - M_ [structure] Matlab's structure describing the model
% - oo_ [structure] Matlab's structure containing the results
% - options_ [structure] Matlab's structure containing the options % - options_ [structure] Matlab's structure containing the options
% - dr [structure] model information structure
% - endo_steady_state [vector] steady state value for endogenous variables
% - exo_steady_state [vector] steady state value for exogenous variables
% - exo_det_steady_state [vector] steady state value for exogenous deterministic variables
% %
% OUTPUT: % OUTPUT:
% - oo_ [structure] Matlab's structure containing the results % - dr [structure] decision rules
% - out [structure] simulation result containing fields: % - out [structure] simulation result containing fields:
% - linear: paths for endogenous variables ignoring OBC (linear solution) % - linear: paths for endogenous variables ignoring OBC (linear solution)
% - piecewise: paths for endogenous variables satisfying the OBC (occbin/piecewise solution) % - piecewise: paths for endogenous variables satisfying the OBC (occbin/piecewise solution)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment