Skip to content
Snippets Groups Projects
Verified Commit 7f0ba33d authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fix doc headers (missing output).

parent ebec02c6
Branches
No related tags found
No related merge requests found
......@@ -15,10 +15,11 @@ function print(varexpectationmodelname, withcalibration)
% - {varexpectationmodelname}-parameters.inc which contains the declaration of the parameters specific to the expectation model kind term.
% - {varexpectationmodelname}-expression.inc which contains the expanded version of the expectation model kind term.
%
% These routines are saved under the {modfilename}/model/varexpectationmodel subfolder, and can be
% used after in another mod file (ie included with the macro directive @#include).
% These routines are saved under the {modfilename}/model/varexpectationmodel subfolder, and can be used
% after in another mod file (ie included with the macro directive @#include). A matlab routine is also
% created for evaluating (dseries) the var-expectations.
% Copyright (C) 2018-2019 Dynare Team
% Copyright © 2018-2021 Dynare Team
%
% This file is part of Dynare.
%
......
......@@ -12,7 +12,7 @@ function print_expectations(eqname, expectationmodelname, expectationmodelkind,
% None
%
% REMARKS
% The routine creates two text files
% print_expectations creates two text files
%
% - {expectationmodelname}-parameters.inc which contains the declaration of the parameters specific to the expectation model kind term.
% - {expectationmodelname}-expression.inc which contains the expanded version of the expectation model kind term.
......@@ -20,6 +20,8 @@ function print_expectations(eqname, expectationmodelname, expectationmodelkind,
% These routines are saved under the {modfilename}/model/{expectationmodelkind} subfolder, and can be
% used after in another mod file (ie included with the macro directive @#include).
%
% print_expectations also creates a matlab routine to evaluate the expectations (returning a dseries object).
%
% The variable expectationmodelkind can take two values 'var' or 'pac'.
% Copyright © 2018-2021 Dynare Team
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment