Skip to content
Snippets Groups Projects
Commit a20fe9e7 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Update header for AIM files

(cherry picked from commit 20600599)
parent b9475c56
No related branches found
Tags
No related merge requests found
......@@ -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.';
......
......@@ -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)
......
......@@ -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)
......
......@@ -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)
......
......@@ -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;
......
......@@ -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)
......
......@@ -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)
......
......@@ -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)
......
......@@ -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=[];
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment