Skip to content
Snippets Groups Projects
Commit 9aaa5f23 authored by Frédéric Karamé's avatar Frédéric Karamé
Browse files

Correction of the header.

parent 2b4ff5c4
No related branches found
No related tags found
No related merge requests found
%function [xparam,mean_xparam,median_xparam,lb95_xparam,ub95_xparam] =
function online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, bayestopt_, oo_) 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. % Liu & West particle filter = auxiliary particle filter including Liu & West filter on parameters.
% %
% INPUTS % INPUTS
...@@ -13,14 +12,7 @@ function online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_, ...@@ -13,14 +12,7 @@ function online_auxiliary_filter(xparam1, dataset_, options_, M_, estim_params_,
% - bayestopt_ [struct] Prior definition. % - bayestopt_ [struct] Prior definition.
% - oo_ [struct] Results. % - oo_ [struct] Results.
% %
% OUTPUTS % Copyright © 2013-2024 Dynare Team
% - 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
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment