Estimate the population-level bed net usage at given times for a set of bed net distributions at given times. This assumes a constant rate of net loss (as in malariasimulation) and that recipients of multiple rounds are random.
model_distribution_to_usage.Rd
Estimate the population-level bed net usage at given times for a set of bed net distributions at given times. This assumes a constant rate of net loss (as in malariasimulation) and that recipients of multiple rounds are random.
Usage
model_distribution_to_usage(
usage_timesteps,
distribution,
distribution_timesteps,
mean_retention = 365 * 5
)