Skip to content
Snippets Groups Projects
Commit 6703af66 authored by Marco Ratto's avatar Marco Ratto Committed by Stéphane Adjemian
Browse files

fix error in documentation of presample in realtime shock decomposition

(cherry picked from commit e45acc11)
parent bdee85f0
No related branches found
Tags 4.2.5
No related merge requests found
......@@ -7299,9 +7299,9 @@ model).
(@xref{plot_shock_decomposition}).
 
@item presample = @var{INTEGER}
@anchor{presample_shock_decomposition} First data point from which recursive
@anchor{presample_shock_decomposition} Data point above which recursive
realtime shock decompositions are computed, @i{i.e.} for
@math{T=[@code{presample}@dots{}@code{nobs}]}.
@math{T=[@code{presample+1}@dots{}@code{nobs}]}.
 
@item forecast = @var{INTEGER}
@anchor{forecast_shock_decomposition} Compute shock decompositions up to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment