From df2b8fbe973845727141b5428bd529687821dabe 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: Thu, 9 Jan 2025 10:25:14 +0100 Subject: [PATCH] hssmc.m: Cosmetic header change --- matlab/estimation/smc/hssmc.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/estimation/smc/hssmc.m b/matlab/estimation/smc/hssmc.m index ea1babe01d..553200fcf5 100644 --- a/matlab/estimation/smc/hssmc.m +++ b/matlab/estimation/smc/hssmc.m @@ -4,7 +4,6 @@ function mdd = hssmc(TargetFun, mh_bounds, dataset_, dataset_info, options_, M_, % % INPUTS % - TargetFun [char] string specifying the name of the objective function (posterior kernel). -% - xparam1 [double] p×1 vector of parameters to be estimated (initial values). % - mh_bounds [double] p×2 matrix defining lower and upper bounds for the parameters. % - dataset_ [dseries] sample % - dataset_info [struct] informations about the dataset -- GitLab