From b241abc87e9e6102ba4a7ccd4854a19a327e5edc Mon Sep 17 00:00:00 2001 From: sebastien Date: Tue, 17 Jul 2007 13:43:44 +0000 Subject: [PATCH] v4 bvar_*: minor changes in comments git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1372 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/bvar_density.m | 2 +- matlab/bvar_toolbox.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/matlab/bvar_density.m b/matlab/bvar_density.m index 1e5a969d6..ce96ad63f 100644 --- a/matlab/bvar_density.m +++ b/matlab/bvar_density.m @@ -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 diff --git a/matlab/bvar_toolbox.m b/matlab/bvar_toolbox.m index 3c3723439..89db587fd 100644 --- a/matlab/bvar_toolbox.m +++ b/matlab/bvar_toolbox.m @@ -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