keller-nicholson-submission#4
Open
kellmnop wants to merge 21 commits into
Open
Conversation
…ecting, as these graphs required less time than the 600 used in class/on Q1.1.
…ain function, added in module descriptors for part1, part2, part3.
The S, I, and R variables are able to determine the outcomes of an SIR model. During an infection simulation, if the starting number of individuals who are infected is high, the probability of susceptible person becoming infected is also high. However, as more people become infected, this probability decreases as the number of susceptible people decreases. At the end of the simulation, the number of recovered individuals is the number of people affected by the disease transmission in the population. This number can ultimately be affected by two variables, beta and gamma. Beta is the value which relates to the rate of transmission for the disease. If this number is high, it will lead to an increased number of infected individuals as well as resistant individuals provided the disease is not lethal. Gamma is the value which accounts for the rate at which an infected individual recovers and becomes a resistant individual. If gamma values are low, the rate at which resistance occurs is low, meaning there are more opportunities for an individual to infect susceptible people. This means that the number of infected individuals will increase as gamma decreases. The SIR model is dependent upon these five variables, but it is also dependent upon time. The disease landscape will change as time passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.