From ca6687c88748659eb45d8288a49f9f9846122e96 Mon Sep 17 00:00:00 2001 From: Daniel Waggoner <dwaggoner@frbatlanta.org> Date: Wed, 18 Apr 2012 17:09:21 -0400 Subject: [PATCH] final cleanup of files --- MatlabFiles/clmonq.m | 2 +- MatlabFiles/csminit.m | 2 +- MatlabFiles/csminitworksuntiil0205.m | 2 +- MatlabFiles/csminwel.m | 2 +- MatlabFiles/gensysct.m | 2 +- MatlabFiles/ghistd.m | 2 +- MatlabFiles/mnpdf.m | 2 +- MatlabFiles/subtitle.m | 18 +++++++++--------- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/MatlabFiles/clmonq.m b/MatlabFiles/clmonq.m index 93c9e11..54a4431 100644 --- a/MatlabFiles/clmonq.m +++ b/MatlabFiles/clmonq.m @@ -5,7 +5,7 @@ function a = clmonq(q) % Written by E.M. Leeper % % -% Copyright (C) 1997-2012 E. M. Leeper and Tao Zha +% Copyright (C) 1997-2012 Eric Leeper and Tao Zha % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/csminit.m b/MatlabFiles/csminit.m index ec75890..f3dc79d 100644 --- a/MatlabFiles/csminit.m +++ b/MatlabFiles/csminit.m @@ -23,7 +23,7 @@ function [fhat,xhat,fcount,retcode] = csminit(fcn,x0,f0,g0,badg,H0,varargin) % tailstr=[ ',P' num2str(i) tailstr]; %end % -% Copyright (C) 1997-2012 Christopher A. Sims +% Copyright (C) 1997-2012 Christopher A. Sims % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/csminitworksuntiil0205.m b/MatlabFiles/csminitworksuntiil0205.m index 52b1b5c..ecc03d6 100644 --- a/MatlabFiles/csminitworksuntiil0205.m +++ b/MatlabFiles/csminitworksuntiil0205.m @@ -19,7 +19,7 @@ function [fhat,xhat,fcount,retcode] = csminit(fcn,x0,f0,g0,badg,H0,varargin) % function. This option is used for the loop operation. T. Zha, 2 May 2000 % -% Copyright (C) 1997-2012 C. A. Sims +% Copyright (C) 1997-2012 Christopher A. Sims % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/csminwel.m b/MatlabFiles/csminwel.m index e5a6ee6..2714bab 100644 --- a/MatlabFiles/csminwel.m +++ b/MatlabFiles/csminwel.m @@ -20,7 +20,7 @@ function [fh,xh,gh,H,itct,fcount,retcodeh] = csminwel(fcn,x0,H0,grad,crit,nit,va % function. This option is used for the loop operation. T. Zha, 2 May 2000 % NOTE: You may want to change stps to 1.0e-02 or 1.0e-03 to get a better convergence. August, 2006 % -% Copyright (C) 1997-2012 Christopher Sims and Tao Zha +% Copyright (C) 1997-2012 Christopher A. Sims and Tao Zha % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/gensysct.m b/MatlabFiles/gensysct.m index 079a79b..3a148ec 100644 --- a/MatlabFiles/gensysct.m +++ b/MatlabFiles/gensysct.m @@ -20,7 +20,7 @@ function [G1,C,impact,q,a,b,z,eu]=gensysct(g0,g1,c,psi,pi,div) % in the equation system. Else eu(1)=-1 => existence only for white noise epsilon. % realsmall=sqrt(eps)*10; % -% Copyright (C) 1997-2012 C. A. Sims +% Copyright (C) 1997-2012 Christopher A. Sims % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/ghistd.m b/MatlabFiles/ghistd.m index 0d06267..259512e 100644 --- a/MatlabFiles/ghistd.m +++ b/MatlabFiles/ghistd.m @@ -19,7 +19,7 @@ function noargout = ghistd(qmEnd,yrEnd,forepy,q_m,HDv,lendlab,titlab,ylab,timela % % October 1998 Tao Zha % -%% Copyright (C) 1997-2012 Tao Zha +% Copyright (C) 1997-2012 Tao Zha % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/mnpdf.m b/MatlabFiles/mnpdf.m index 8fee71f..75d07fd 100644 --- a/MatlabFiles/mnpdf.m +++ b/MatlabFiles/mnpdf.m @@ -15,7 +15,7 @@ function y = mnpdf(x,xm,C,constIx) % November 1998 by Tao Zha % rewritten by CAS 12/98 to take matrix x, return vector y % -% Copyright (C) 1997-2012 Christopher A. Sims and Tao Zha +% Copyright (C) 1997-2012 Christopher A. Sims and Tao Zha % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/MatlabFiles/subtitle.m b/MatlabFiles/subtitle.m index cccfd0f..0b77f3f 100644 --- a/MatlabFiles/subtitle.m +++ b/MatlabFiles/subtitle.m @@ -1,13 +1,13 @@ - function [ax,h]=subtitle(text) - % - %Centers a title over a group of subplots. - %Returns a handle to the title and the handle to an axis. - % [ax,h]=subtitle(text) - % returns handles to both the axis and the title. - % ax=subtitle(text) - % returns a handle to the axis only. +function [ax,h]=subtitle(text) % - % Copyright (C) 1997-2012 Tao Zha +%Centers a title over a group of subplots. +%Returns a handle to the title and the handle to an axis. +% [ax,h]=subtitle(text) +% returns handles to both the axis and the title. +% ax=subtitle(text) +% returns a handle to the axis only. +% +% Copyright (C) 1997-2012 Tao Zha % % This free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by -- GitLab