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

Fixed documentation header.

parent 35aaf24d
No related branches found
No related tags found
No related merge requests found
function imcforecast(constrained_paths, constrained_vars, options_cond_fcst) function imcforecast(constrained_paths, constrained_vars, options_cond_fcst)
% Computes conditional forecasts. % Computes conditional forecasts.
% %
% INPUTS % 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. % - consnstrained_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. % - constrained_vars [integer] m*1 array, indices in M_.endo_names of the constrained variables.
% o options_cond_fcst [structure] containing the options. The fields are: % - options_cond_fcst [structure] containing the options. The fields are:
%
% + replic [integer] scalar, number of monte carlo simulations. % + replic [integer] scalar, number of monte carlo simulations.
% + parameter_set [char] values of the estimated parameters: % + parameter_set [char] values of the estimated parameters:
% "posterior_mode", % 'posterior_mode',
% "posterior_mean", % 'posterior_mean',
% "posterior_median", % 'posterior_median',
% "prior_mode" or % 'prior_mode' or
% "prior mean". % 'prior mean'.
% [double] np*1 array, values of the estimated parameters. % [double] np*1 array, values of the estimated parameters.
% + controlled_varexo [char] m*x array, list of controlled exogenous variables. % + controlled_varexo [cell] 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. % + conf_sig [double] scalar in [0,1], probability mass covered by the confidence bands.
% %
% OUTPUTS % OUTPUTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment