epiverse-trace / epichains

[Under active development] Methods for simulating and analysing the sizes and lengths of infectious disease transmission chains from branching process models
https://epiverse-trace.github.io/epichains/
Other
5 stars 2 forks source link

Remove `rbinom_mean_disp()` #224

Closed jamesmbaazam closed 5 months ago

jamesmbaazam commented 5 months ago

This PR closes #219 by removing the function rbinom_mean_disp() which is a convenience function for sampling a vector of size n from the negative binomial distribution with given mean and dispersion, which is often used in branching process simulations in epidemiology.

This function was used in a simulation function that has been removed, hence, it is not currently used.