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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
2a3a4c42
Verified
Commit
2a3a4c42
authored
6 years ago
by
Stéphane Adjemian(Charybdis)
Browse files
Options
Downloads
Patches
Plain Diff
Fixed documentation header.
(cherry picked from commit
7c83ba7e
)
parent
fb1d95a1
No related branches found
No related tags found
No related merge requests found
Pipeline
#62
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/imcforecast.m
+19
-17
19 additions, 17 deletions
matlab/imcforecast.m
with
19 additions
and
17 deletions
matlab/imcforecast.m
+
19
−
17
View file @
2a3a4c42
function
imcforecast
(
constrained_paths
,
constrained_vars
,
options_cond_fcst
)
% Computes conditional forecasts.
%
% INPUTS
% o constrained_paths [double] m*p array, where m is the number of constrained endogenous variables and p is the number of constrained periods.
% o constrained_vars [char] m*x array holding the names of the controlled endogenous variables.
% o options_cond_fcst [structure] containing the options. The fields are:
% - consnstrained_paths [double] m*p array, where m is the number of constrained endogenous variables and p is the number of constrained periods.
% - constrained_vars [integer] m*1 array, indices in M_.endo_names of the constrained variables.
% - options_cond_fcst [structure] containing the options. The fields are:
%
% + replic [integer] scalar, number of monte carlo simulations.
% + parameter_set [char] values of the estimated parameters:
%
"
posterior_mode
"
,
%
"
posterior_mean
"
,
%
"
posterior_median
"
,
%
"
prior_mode
"
or
%
"
prior mean
"
.
%
'
posterior_mode
'
,
%
'
posterior_mean
'
,
%
'
posterior_median
'
,
%
'
prior_mode
'
or
%
'
prior mean
'
.
% [double] np*1 array, values of the estimated parameters.
%
+ controlled_varexo [c
har
] m*
x
array, list of controlled exogenous variables.
% + controlled_varexo [c
ell
] m*
1 cell of row char
array, list of controlled exogenous variables.
% + conf_sig [double] scalar in [0,1], probability mass covered by the confidence bands.
%
% OUTPUTS
...
...
This diff is collapsed.
Click to expand it.
Stéphane Adjemian
@stepan-a
mentioned in commit
b9736110
·
6 years ago
mentioned in commit
b9736110
mentioned in commit b973611068b1919ad15485084c3c5520fe2ab4e4
Toggle commit list
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