Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
7f0ba33d
Verified
Commit
7f0ba33d
authored
3 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Fix doc headers (missing output).
parent
ebec02c6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/+var_expectation/print.m
+4
-3
4 additions, 3 deletions
matlab/+var_expectation/print.m
matlab/print_expectations.m
+3
-1
3 additions, 1 deletion
matlab/print_expectations.m
with
7 additions
and
4 deletions
matlab/+var_expectation/print.m
+
4
−
3
View file @
7f0ba33d
...
...
@@ -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-201
9
Dynare Team
% Copyright
©
2018-20
2
1 Dynare Team
%
% This file is part of Dynare.
%
...
...
This diff is collapsed.
Click to expand it.
matlab/print_expectations.m
+
3
−
1
View file @
7f0ba33d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment