-
Notifications
You must be signed in to change notification settings - Fork 1
Description
One aspects that has arisen when discussing the difficulty of simulating realistic line list and contacts data is parameterising the contact distribution (contact_distribution argument). This is rarely, if ever, reported in the epidemiological literature and instead data such as contact surveys or contact matrices are more commonly reported. Therefore to make it easier to emulate empirical contact patterns it may be useful to allow user to pass an empirical contact distribution (numeric vector) to the contact_distribution.
One example dataset that could be a good test of this feature is the contact distribution from Kucharski et al., with the data shared on GitHub.
An initial sketch of how to implement this feature is on the empirical-contact-dist branch.