From ca50db999c38540f820efbb44b6ef59ca1f15b95 Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 17 Jan 2008 15:45:44 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1605 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dsge_posterior_theoretical_covariance.m | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/matlab/dsge_posterior_theoretical_covariance.m b/matlab/dsge_posterior_theoretical_covariance.m index 1ee8c5400..e0d606830 100644 --- a/matlab/dsge_posterior_theoretical_covariance.m +++ b/matlab/dsge_posterior_theoretical_covariance.m @@ -1,4 +1,6 @@ function dsge_posterior_theoretical_covariance() + +% function dsge_posterior_theoretical_covariance() % This function estimates the posterior density of the endogenous % variables second order moments. % @@ -8,15 +10,12 @@ function dsge_posterior_theoretical_covariance() % OUTPUTS % None. % -% ALGORITHM -% None. -% % SPECIAL REQUIREMENTS % None. % -% -% part of DYNARE, copyright S. Adjemian, M. Juillard (2007) +% part of DYNARE, copyright Dynare Team (2007-2008) % Gnu Public License. + global M_ options_ oo_ type = 'posterior';% To be defined as a input argument later...