-
Notifications
You must be signed in to change notification settings - Fork 5
Description
In theophylline SAEM ABC I get this error. Everything else runs fine.
*** Iteration #2, now using ABC tolerance = 5.000000e-01 ***Undefined function or variable 'XSum'.
Error in abcsmc_filter (line 21)
logweights = (logweights-max(logweights))-log(XSum(exp(logweights-max(logweights)))); % normalize
weights; suggestion from page 6 of Cappe et al. "An overview of existing methods and recent advances
in sequential Monte Carlo"
Error in saem_abcsmc (line 39)
[xhat_selected_big,xhat_selected_small] =
abcsmc_filter(model_param,yobs,initstate,numparticles,N_threshold,abc_tolerance,verbose);
Error in theophylline_run (line 94)
THETAmatrix_saem =
saem_abcsmc(model_param,parmask,parbase,yobs,initstate,saem_numit,warmup,fisherestim_iter,numparticles,N_threshold,abc_schedule,abc_vector,verbose);