This function estimate parameters in DEs via SMC based on collocation
1 2 3 4 5 6 7 8 9 10 11 12 13 |
data |
a list with each element being a trajectory with measurement error |
times |
a list with each element being the time we record data |
seed |
the random seeds for propagation and resampling in SMC |
CESSthresholds |
relative conditional effective sample size (0, 1) in SMC |
NP |
the number of particles in SMC |
resampleThreshold |
the threshold triggering resampling in SMC |
alambda |
hyper-parameter for tuning parameter lambda |
blambda |
hyper-parameter for tuning parameter lambda |
sigmac |
the standard deviation of the basis coefficients c |
DEmodel |
options for DE models: 1 (ODE), 2 (DDE1), 3 (DDE2) in manuscript |
knots |
the location we put knots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.