Fix typo.

time-shift
Sébastien Villemot 2014-02-04 15:02:09 +01:00
parent 3348481104
commit f8a2e97ea3
1 changed files with 6 additions and 6 deletions

View File

@ -5113,15 +5113,15 @@ after discarding the first @ref{mh_drop} percent of draws as a burnin. Default:
@item consider_all_endogenous @item consider_all_endogenous
Compute the posterior moments, smoothed variables, k-step ahead Compute the posterior moments, smoothed variables, k-step ahead
filtered variables and forecasts (when requested) will be computed on filtered variables and forecasts (when requested) on all the
all the endogenous variables. This is equivalent to manually listing endogenous variables. This is equivalent to manually listing all the
all the endogenous variables after the @code{estimation} command. endogenous variables after the @code{estimation} command.
@item consider_only_observed @item consider_only_observed
Compute the posterior moments, smoothed variables, k-step ahead Compute the posterior moments, smoothed variables, k-step ahead
filtered variables and forecasts (when requested) will be computed on filtered variables and forecasts (when requested) on all the observed
all the observed variables. This is equivalent to manually listing variables. This is equivalent to manually listing all the observed
all the observed variables after the @code{estimation} command. variables after the @code{estimation} command.
@end table @end table