Skip to content
Snippets Groups Projects
Commit a6907ba3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'imc_typo' into 'master'

imcforecast.m: fix typo in description

See merge request !1738
parents 49b35be9 5c56295c
No related branches found
No related tags found
1 merge request!1738imcforecast.m: fix typo in description
Pipeline #3846 passed
...@@ -3,7 +3,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst) ...@@ -3,7 +3,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst)
% Computes conditional forecasts. % Computes conditional forecasts.
% %
% INPUTS % INPUTS
% - consnstrained_paths [double] m*p array, where m is the number of constrained endogenous variables and p is the number of constrained periods. % - constrained_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. % - 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: % - options_cond_fcst [structure] containing the options. The fields are:
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment