header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1608 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-17 15:53:58 +00:00
parent 216f7065af
commit 7f72c0b802
1 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,6 @@
function F = get_innovation_contemporaneous_impact('type')
% function F = get_innovation_contemporaneous_impact('type')
% The approximated reduced form model is
%
% Y^*_t = Z Y_t [Measure]
@ -18,16 +20,12 @@ function F = get_innovation_contemporaneous_impact('type')
% OUTPUTS
% o F (F is also saved in a file)
%
%
% ALGORITHM
% None.
%
% SPECIAL REQUIREMENTS
% This function needs to be run after the estimation of a model.
%
%
% part of DYNARE, copyright S. Adjemian, M. Juillard (2006)
% part of DYNARE, copyright Dynare Team (2006-2008)
% Gnu Public License.
global oo_ M_ bayestopt_
if nargin == 0