header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1651 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-28 14:34:20 +00:00
parent 6794bc9245
commit d7ea6e3c5c
1 changed files with 18 additions and 2 deletions

View File

@ -1,6 +1,22 @@
function [resids, rJ,mult] = ramsey_static(x)
% computes the static first order conditions for optimal policy
% function [resids, rJ,mult] = ramsey_static(x)
% Computes the static first order conditions for optimal policy
%
% INPUTS
% x: vector of endogenous variables
%
% OUTPUTS
% resids: residuals of non linear equations
% rJ: Jacobian
% mult: Lagrangian multipliers
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2007)
% Gnu Public License.
global M_ options_ it_
% recovering usefull fields