header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1604 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-17 14:53:48 +00:00
parent fcb9b16920
commit 9beaa50d39
1 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,21 @@
function marginal = marginal_density()
% stephane.adjemian@ens.fr [09-09-2005]
% function marginal = marginal_density()
% Computes the marginal density
%
% INPUTS
% none
%
% OUTPUTS
% marginal: marginal density
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2005-2007)
% Gnu Public License.
global M_ options_ estim_params_ oo_
npar = estim_params_.np+estim_params_.nvn+estim_params_.ncx+estim_params_.ncn+estim_params_.nvx;