Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE(DiseasyActivity): Multiplicative application of activity reduction #71

Open
RasmusSkytte opened this issue Nov 10, 2023 · 0 comments
Labels
backlog This will be worked on in the future enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@RasmusSkytte
Copy link
Contributor

RasmusSkytte commented Nov 10, 2023

Presently, activity reductions are implicitly assumed to be "absolute" through the application of the "herringbone" matrix pattern when estimating contact matrices as restrictions change.

This feature requests suggest we add a multiplicative mode of accounting for activity reductions when constructing new contact matrices.

Overall I request the following features.

  1. An argument to $initialize() that gives control the assumed method of applying activity reductions (e.g. "absolute" vs "multiplicative")
  2. An active binding containing the chosen method (to ensure different module hashes)
  3. Generalise $vector_to_matrix() with this same argument and perform an outer of the given vector if the argument is "multiplicative".
@RasmusSkytte RasmusSkytte added enhancement New feature or request good first issue Good for newcomers labels Nov 10, 2023
@RasmusSkytte RasmusSkytte added this to the v0.2 milestone Nov 10, 2023
@RasmusSkytte RasmusSkytte added the backlog This will be worked on in the future label Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This will be worked on in the future enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant