imcforecast.m: fix typo in description

[skip CI]
time-shift
Johannes Pfeifer 2020-06-24 21:36:17 +02:00
parent 49b35be90a
commit 5c56295c82
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst)
% Computes conditional forecasts.
%
% 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.
% - options_cond_fcst [structure] containing the options. The fields are:
%