From 28139e918f0a8f7c7b8fb17b3b9554443fd71055 Mon Sep 17 00:00:00 2001 From: assia Date: Mon, 3 Mar 2008 10:52:19 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1732 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/bvar_forecast.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/matlab/bvar_forecast.m b/matlab/bvar_forecast.m index 33f537729..71302a1d3 100644 --- a/matlab/bvar_forecast.m +++ b/matlab/bvar_forecast.m @@ -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);