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

update the function to the recent modifications in dynare_estimation.

parent c89801b2
Branches
Tags
No related merge requests found
function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(xparam1,DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,bounds,DynareResults) function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(xparam1,DynareDataset,dataset_info,DynareOptions,Model,EstimatedParameters,BayesInfo,bounds,DynareResults)
% Carvalho & Lopes 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
% ReducedForm [structure] Matlab's structure describing the reduced form model. % ReducedForm [structure] Matlab's structure describing the reduced form model.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment