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

add parens to function names

parent 47808a0e
No related branches found
No related tags found
No related merge requests found
function [gend, data] = read_data function [gend, data] = read_data()
% Written by Marco Ratto % Written by Marco Ratto
% Joint Research Centre, The European Commission, % Joint Research Centre, The European Commission,
% (http://eemc.jrc.ec.europa.eu/), % (http://eemc.jrc.ec.europa.eu/),
......
function make_ex_ function make_ex_()
% forms oo_.exo_simul and oo_.exo_det_simul % forms oo_.exo_simul and oo_.exo_det_simul
% %
% INPUTS % INPUTS
......
function make_y_ function make_y_()
% function make_y_ % function make_y_
% forms oo_.endo_simul as guess values for deterministic simulations % forms oo_.endo_simul as guess values for deterministic simulations
% %
......
function read_data_ function read_data_()
% function read_data_ % function read_data_
% reads endogenous and exogenous variables from a text file % reads endogenous and exogenous variables from a text file
% Used by datafile option in simulate % Used by datafile option in simulate
......
function sim1 function sim1()
% function sim1 % function sim1
% Performs deterministic simulations with lead or lag on one period. % Performs deterministic simulations with lead or lag on one period.
% Uses sparse matrices. % Uses sparse matrices.
......
function sim1_lbj function sim1_lbj()
% function sim1_lbj % function sim1_lbj
% performs deterministic simulations with lead or lag on one period % performs deterministic simulations with lead or lag on one period
% using the historical LBJ algorithm % using the historical LBJ algorithm
......
function sim1_purely_backward function sim1_purely_backward()
% Performs deterministic simulation of a purely backward model % Performs deterministic simulation of a purely backward model
% Copyright (C) 2012 Dynare Team % Copyright (C) 2012 Dynare Team
......
function sim1_purely_forward function sim1_purely_forward()
% Performs deterministic simulation of a purely forward model % Performs deterministic simulation of a purely forward model
% Copyright (C) 2012 Dynare Team % Copyright (C) 2012 Dynare Team
......
function simul function simul()
% Computes deterministic simulations % Computes deterministic simulations
% %
% INPUTS % INPUTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment