Update header for AIM files

time-shift
Sébastien Villemot 2011-09-27 16:15:49 +02:00
parent 19c4cc2534
commit 2060059945
10 changed files with 20 additions and 10 deletions

View File

@ -26,7 +26,8 @@ function e = SPAimerr(c);
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
if(c==1) e='Aim: unique solution.';
elseif(c==2) e='Aim: roots not correctly computed by real_schur.';

View File

@ -51,7 +51,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [b,rts,ia,nexact,nnumeric,lgroots,aimcode] = ...
SPAmalg(h,neq,nlag,nlead,condn,uprbnd)

View File

@ -24,7 +24,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [a,ia,js] = SPBuild_a(h,qcols,neq)

View File

@ -24,7 +24,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function q = SPCopy_w(q,w,js,iq,qrows)

View File

@ -26,7 +26,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [w,rts,lgroots,flag_trouble] = SPEigensystem(a,uprbnd,rowsLeft)
opts.disp=0;

View File

@ -23,7 +23,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [h,q,iq,nexact] = SPExact_shift(h,q,iq,qrows,qcols,neq)

View File

@ -24,7 +24,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [h,q,iq,nnumeric] = SPNumeric_shift(h,q,iq,qrows,qcols,neq,condn)

View File

@ -35,7 +35,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function scof = SPObstruct(cof,cofb,neq,nlag,nlead)

View File

@ -23,7 +23,8 @@
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
function [nonsing,b] = SPReduced_form(q,qrows,qcols,bcols,neq,condn);
b=[];

View File

@ -26,7 +26,8 @@ function [y] = SPShiftright(x,n)
% Anderson, G.
% "A Reliable and Computationally Efficient Algorithm for Imposing the
% Saddle Point Property in Dynamic Models"
% Journal of Economic Dynamics and Control, Forthcoming
% Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
% pages 472-489
[rows,cols] = size(x);