Skip to content
Snippets Groups Projects
Commit e45acc11 authored by Marco Ratto's avatar Marco Ratto
Browse files

fix error in documentation of presample in realtime shock decomposition

parent a7bc6414
Branches
Tags
1 merge request!1592small bug fixes
......@@ -7532,9 +7532,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.
Please register or to comment