Skip to content

Error in theophylline SAEM ABC #1

@finmod

Description

@finmod

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions