header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1659 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-28 15:55:01 +00:00
parent 6fa72ce61a
commit 0c263f8e29
1 changed files with 15 additions and 0 deletions

View File

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