










- The susceptible converge to 0, meaning all people have become infected (and then recovered)

- Different parameters β and γ.

- R0: strength of infection.



- f is the least quadratic model function.
- This is can also be considered a machine learning program.

- This are the parameters β and γ found by the previous formula.

- As we can see the function we found, does not fit correctly the following data.

- A more complex, but more accurate model.
- The last formula consider the social distancing and mask used to protect the susceptible individuals.

- Now the function fits the data much better.

- When the lockdown ends we need to expect a second peak.
- The black line represents the parameter c.




- Since we have more data (all the regions combined), the resulting found function, fits the data a lot better.

- This model accounts also for quarantined individuals (q) and for hospitalized individuals (h).
- βsx : number of contacts between susceptible and infected.
- γ1x : individuals from infected to quarantine
- γ2x : infected ⇒ hospitalized
- …
- η2h: hospitalized ⇒ deceased.
- NOTE: That for each equation, the negative part all depend on the respective variable itself, otherwise the variable would become negative in the long run, and in this case each parameter/variable has to be ≥0. (we cannot have a negative number of people)
~Ex.: dtdx=βsx−λ1x−λ2x−λ3x, the negative terms are λ1xλ2x, λ3x and they all depend on x.