Skip to content
Snippets Groups Projects
Commit a02beb82 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

bvar: fix description of lag lengths

parent 6fe97182
No related branches found
No related tags found
No related merge requests found
...@@ -507,9 +507,11 @@ The command will actually compute the marginal density for several models: first ...@@ -507,9 +507,11 @@ The command will actually compute the marginal density for several models: first
The syntax for computing (out-of-sample) forecasts is: The syntax for computing (out-of-sample) forecasts is:
\medskip \medskip
\texttt{bvar\_forecast(}\textit{options\_list}\texttt{) }\textit{max\_number\_of\_lags}\texttt{;} \texttt{bvar\_forecast(}\textit{options\_list}\texttt{) }\textit{number\_of\_lags}\texttt{;}
\medskip \medskip
In contrast to the \texttt{bvar\_density}, you need to specify the actual lag length used, not the maximum lag length. Typically, the actual lag length should be based on the results from the \texttt{bvar\_density} command.
The options are those describe above, plus a few ones: The options are those describe above, plus a few ones:
\begin{itemize} \begin{itemize}
\item \texttt{forecast}: the number of periods over which to compute forecasts after the end of the sample (no default) \item \texttt{forecast}: the number of periods over which to compute forecasts after the end of the sample (no default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment