header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1731 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-03-03 10:48:33 +00:00
parent 342ad92630
commit bfd112f75c
1 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,26 @@
function PosteriorFilterSmootherAndForecast(Y,gend, type)
% stephane.adjemian@ens.fr [09-25-2005]
% function PosteriorFilterSmootherAndForecast(Y,gend, type)
% Computes posterior filter smoother and forecasts
%
% INPUTS
% Y: data
% gend: number of observations
% type: posterior
% prior
% gsa
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2005-2008)
% Gnu Public License.
global options_ estim_params_ oo_ M_ bayestopt_
nvx = estim_params_.nvx;