v4 bvar_*: minor changes in comments

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1372 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2007-07-17 13:43:44 +00:00
parent 162195c882
commit b241abc87e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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