header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1732 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-03-03 10:52:19 +00:00
parent bfd112f75c
commit 28139e918f
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,20 @@
function bvar_forecast(nlags)
% function bvar_forecast(nlags)
% builds forecats for a bvar model
%
% INPUTS
% nlags: number of lags for the bvar
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2008)
% Gnu Public License.
global options_ oo_ M_
options_ = set_default_option(options_, 'bvar_replic', 2000);