Skip to content
Snippets Groups Projects
Commit 0c263f8e authored by assia's avatar assia
Browse files

header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1659 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 6fa72ce6
No related branches found
No related tags found
No related merge requests found
function bvar_density(maxnlags) 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 for nlags = 1:maxnlags
[ny, nx, posterior, prior] = bvar_toolbox(nlags); [ny, nx, posterior, prior] = bvar_toolbox(nlags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment