From 0c263f8e2928a2915d9664b831b824dfcf8fea33 Mon Sep 17 00:00:00 2001 From: assia <assia@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Mon, 28 Jan 2008 15:55:01 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1659 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/bvar_density.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/matlab/bvar_density.m b/matlab/bvar_density.m index ce96ad63f7..92e898cb47 100644 --- a/matlab/bvar_density.m +++ b/matlab/bvar_density.m @@ -1,5 +1,20 @@ function bvar_density(maxnlags) +% function bvar_density(maxnlags) +% computes the density of a bayesian var +% +% INPUTS +% maxnlags: maximum number of lags in the bvar +% +% OUTPUTS +% none +% +% SPECIAL REQUIREMENTS +% none +% +% part of DYNARE, copyright Dynare Team (2003-2007) +% Gnu Public License. + for nlags = 1:maxnlags [ny, nx, posterior, prior] = bvar_toolbox(nlags); -- GitLab