Minor fixes

time-shift
Sébastien Villemot 2012-05-31 08:22:31 +02:00
parent 3c6f449abb
commit 84c37137c1
2 changed files with 5 additions and 5 deletions

View File

@ -4084,9 +4084,9 @@ forecast covariance matrices.
@anchor{filter_step_ahead}
@vindex oo_.FilteredVariablesKStepAhead
@vindex oo_.FilteredVariablesKStepAheadVariances
@code{filter_step_ahead} Triggers the computation k-step ahead
filtered values. Stores results in @code{oo_.FilteredVariablesKStepAhead}
and @code{oo_.FilteredVariablesKStepAheadVariances}.
Triggers the computation k-step ahead filtered values. Stores results in
@code{oo_.FilteredVariablesKStepAhead} and
@code{oo_.FilteredVariablesKStepAheadVariances}.
@item filter_decomposition
@anchor{filter_decomposition} Triggers the computation of the shock
@ -4546,7 +4546,7 @@ results in @code{oo_.SmoothedVariables} and
@xref{datafile}.
@item filtered_vars
Triggers the computation of filtered variables. See @code{filtered_vars} for
Triggers the computation of filtered variables. @xref{filtered_vars} for
more details.
@item filter_step_ahead = [@var{INTEGER1}:@var{INTEGER2}]

View File

@ -22,7 +22,6 @@ MODFILES = \
predetermined_variables.mod \
fs2000_nonstationary.mod \
fs2000_ssfile.mod \
fs2000_calib.mod \
comments.mod \
histval_sto.mod \
histval_det.mod \
@ -65,6 +64,7 @@ MODFILES = \
fs2000/fs2000c.mod \
fs2000/fs2000d.mod \
fs2000/fs2000_cmaes.mod \
fs2000/fs2000_calib.mod \
homotopy/homotopy1_test.mod \
homotopy/homotopy2_test.mod \
homotopy/homotopy3_test.mod \