oxcsml / epimap

MIT License
1 stars 0 forks source link

Evaluate #8

Open ywteh opened 4 years ago

ywteh commented 4 years ago

Evaluate method.

Evaluate based on predictive probability of future counts.

MJHutchinson commented 4 years ago

Use simulator here to evaluate: https://www.medrxiv.org/content/10.1101/2020.06.18.20134858v2.full.pdf

ywteh commented 4 years ago

Added code to compute predictive probs and forecasting here: https://github.com/rs-delve/Rmap/commit/45d3a682cd58266404c1706df6d0db742e3dfd49

Note that main file for this change is now run_cori_eval.r and cori-gp-immi-eval.stan Sorry for the terrible version management. It involves also some refactoring so didn't want to override cori-gp-immi.stan.

Sorry for trouble.

ywteh commented 4 years ago

Added code, following options and stan functions approach of @MJHutchinson to allow options for GP kernels, cross-coupled metapopulation models, and likelihood models.

@shehzaidi is it easy enough to set up ziz runs now?

MJHutchinson commented 3 years ago

Switching simulation methods to generate data from our assumed model, rather than from an SEIR model. Update in progress.

brynhayder commented 3 years ago

Switching simulation methods to generate data from our assumed model, rather than from an SEIR model. Update in progress.

Are we no longer using the metapopulation simulation with changing Rt?

MJHutchinson commented 3 years ago

We are using metapopulation effects, just not an SEIR model. Instead, we're generating data from the model we're proposing to check it can recover its own parameters.

brynhayder commented 3 years ago

ok cool, I was under the impression that we would be doing both.