Fixed function header

time-shift
Marco Ratto 2011-12-14 14:43:17 +01:00
parent 6bfeb91e99
commit ac2687f6dd
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
function s=get_moments_size(options) function s=get_moments_size(options)
% function PosteriorFilterSmootherAndForecast(Y,gend, type) % function s=get_moments_size(options)
% Computes posterior filter smoother and forecasts % Computes size of moments for a given model and options
% %
% INPUTS % INPUTS
% options: structure of Dynare options % options: structure of Dynare options

View File

@ -1,7 +1,7 @@
function prior_posterior_statistics(type,dataset) function prior_posterior_statistics(type,dataset)
% function PosteriorFilterSmootherAndForecast(Y,gend, type) % function prior_posterior_statistics(type,dataset)
% Computes posterior filter smoother and forecasts % Computes Monte Carlo filter smoother and forecasts
% %
% INPUTS % INPUTS
% type: posterior % type: posterior