epirecipes / shopping-list

To-do list for epirecipes
MIT License
5 stars 0 forks source link

Semi-parametric SIR #42

Open emvolz opened 6 years ago

emvolz commented 6 years ago

Models where d/dt S prop to beta(t) S I and log(beta(t)) ~ stochastic process such as Brownian motion or Gaussian process

Ref's

sdwfrost commented 6 years ago

Hi @emvolz - in R, I presume?

emvolz commented 6 years ago

I made a prototype in Julia: https://kitchen.epirecip.es/user/emvolz/notebooks/work/Semi-parametric%20SIR.ipynb

Tomorrow I will whip up an R version using SDE simulators in pomp