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