CS300b – Agent Modeling
Scene of the movie Outbreak (1995).
Because individuals meet at random, the probability of a susceptible person meeting an infected person is given by:
Pr(S,I)=IN(N−IN)
Therefore, the chance of infection is given by:
Pr(infection)=τPr(S,I)
Pr(infection)=τIN(N−IN)
The dynamics of infections are given as follows:
It+1=It+NτItN(N−ItN)
It+1=It+τIt(1−Itn)
Transmissibility is caused by multiple neighbors who are infected at a rate of infection τ.
Pr(infection)=1−(1−τ)n
It+1=It+τIt(1−ItN)−γIt
Dynamic equilibrium happens when the number of people getting infected equals the number of people getting recovered – It=It+1=I.
I=I+τI(1−IN)−γI
IN=1−γτ
R0=τγ>1
τγ(1−V)>1
V∗=1−1R0
Social Influence: The SI Model