From 9aaa5f23f179c73d5221f5984e1806b570402a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Karam=C3=A9?= <frederic.karame@univ-lemans.fr> Date: Fri, 18 Oct 2024 09:27:10 +0200 Subject: [PATCH] Correction of the header. --- matlab/estimation/online/online_auxiliary_filter.m | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/matlab/estimation/online/online_auxiliary_filter.m b/matlab/estimation/online/online_auxiliary_filter.m index dc467f732..ebe1394ff 100644 --- a/matlab/estimation/online/online_auxiliary_filter.m +++ b/matlab/estimation/online/online_auxiliary_filter.m @@ -1,6 +1,5 @@ -%function [xparam,mean_xparam,median_xparam,lb95_xparam,ub95_xparam] = function online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, bayestopt_, oo_) -% [pmean, pmode, pmedian, pstdev, p025, p975, covariance] = online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, bayestopt_, oo_) +% online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, bayestopt_, oo_) % Liu & West particle filter = auxiliary particle filter including Liu & West filter on parameters. % % INPUTS @@ -13,14 +12,7 @@ function online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, % - bayestopt_ [struct] Prior definition. % - oo_ [struct] Results. % -% OUTPUTS -% - xparam [double] n×M matrix, parameters particles at the end of the sample (posterior approx.). -% - mean_xparam [double] n×T matrix, time series of the parameters particles mean. -% - median_xparam [double] n×T matrix, time series of the parameters particles median. -% - lb95_xparam [double] n×T matrix, time series of 2.5 percent of the particles are below p025(i) for i=1,…,n. -% - ub95_xparam [double] n×T matrix, time series of 97.5 percent of the particles are below p975(i) for i=1,…,n. -% -% Copyright © 2013-2023 Dynare Team +% Copyright © 2013-2024 Dynare Team % % This file is part of Dynare. % -- GitLab