EMOD
- 6 followers
- United States of America
- https://docs.idmod.org/models.html#emod
EMOD-Hub is a GitHub Organization focused on the agent-based disease model called EMOD.It is the home to the source code and many of the things that one needs to know about EMOD.
Epidemiological MODeling software (EMOD), is an agent-based model (ABM) that simulatesthe simultaneous interactions of agents in an effort to recreate complex phenomena.Each agent (such as a human or vector) can be assigned a variety of "properties"(for example, age, gender, etc.), and their behavior and interactions with one anotherare determined by using decision rules. These models have strong predictive power andare able to leverage spatial and temporal dynamics.
EMOD is also stochastic, meaning that there is randomness built into the model.Infection and recovery processes are represented as probabilistic Bernoulli randomdraws. In other words, when a susceptible person comes into contact with a pathogen,they are not guaranteed to become infected. Instead, you can imagine flipping a cointhat has a λ chance of coming up tails S(t) times, and for every person who gets a"head" you say they are infected. This randomness better approximates what happensin reality. It also means that you must run many simulations to determine theprobability of particular outcomes.
- History & Publication Samples
- Getting Started
- The Repositories
- Be Part of the Community
- How to Contribute
- Main Documentation
- Presentations
The code in this repository was developed by IDM and other collaborators to supportour joint research on flexible agent-based modeling. We've made it publicly availableunder the MIT License to provide others with a better understanding of our researchand an opportunity to build upon it for their own work. We make no representationsthat the code works as intended or that we will provide support, address issues thatare found, or accept pull requests. You are welcome to create your own fork andmodify the code to suit your own modeling needs as permitted under the MIT License.
PinnedLoading
- emodpy-malaria
emodpy-malaria PublicPython workflow tools for configuring and running EMOD-Malaria
Python 6