epirecipes / sir-julia

Various implementations of the classical SIR model in Julia
MIT License
195 stars 39 forks source link

Add continuous versions of binomial, Poisson, and negative binomial distributions to aid inference #126

Open sdwfrost opened 2 months ago

sdwfrost commented 2 months ago

See e.g. here, here, here, here and here. The idea is that a model would act in entirely continuous space, making samplers like NUTS easier to work with,