From f826a7d5e6c1c13e74630d6760508999f375d2ca Mon Sep 17 00:00:00 2001 From: assia Date: Thu, 17 Jan 2008 15:47:36 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1606 ac1d8469-bf42-47a9-8791-bf33cf982152 --- ...dsge_posterior_theoretical_variance_decomposition.m | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/matlab/dsge_posterior_theoretical_variance_decomposition.m b/matlab/dsge_posterior_theoretical_variance_decomposition.m index 928c508a0..4ac2c3d52 100644 --- a/matlab/dsge_posterior_theoretical_variance_decomposition.m +++ b/matlab/dsge_posterior_theoretical_variance_decomposition.m @@ -1,5 +1,6 @@ function dsge_posterior_theoretical_variance_decomposition() -% [stephane.adjemian@ens.fr][10-08-2007] + +% function dsge_posterior_theoretical_variance_decomposition() % This function estimates the posterior distribution of the variance % decomposition of the observed endogenous variables. % @@ -9,15 +10,12 @@ function dsge_posterior_theoretical_variance_decomposition() % OUTPUTS % None. % -% ALGORITHM -% None. -% % SPECIAL REQUIREMENTS % None. -% % -% part of DYNARE, copyright Dynare Team (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...