Skip to content
Snippets Groups Projects
Commit b241abc8 authored by sebastien's avatar sebastien
Browse files

v4 bvar_*: minor changes in comments

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1372 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 162195c8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function bvar_density(maxnlags)
function w = matrictint(S, df, XXi)
% Computes the integral of the kernel of the PDF of a
% Computes the log of the integral of the kernel of the PDF of a
% normal-inverse-Wishart distribution.
%
% S: parameter of inverse-Wishart distribution
......
......@@ -20,9 +20,9 @@ function [ny, nx, posterior, prior, forecast_data] = bvar_toolbox(nlags)
% Its fields are the same than for the posterior
% forecast: a structure containing data useful for forecasting
% Its fields are:
% - initval: a nlags*ny vector containing the "nlags" last
% - initval: a nlags*ny matrix containing the "nlags" last
% observations of the sample (i.e. before options_.nobs)
% - xdata: a vector containing the future exogenous for
% - xdata: a matrix containing the future exogenous for
% forecasting, of size options_.forecast*nx (actually only
% contains "1" values for the constant term)
% - realized_val: only non-empty if options_.nobs doesn't point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment