From the latest official statistics, the number of people who diagnosed with 2019-nCoV reaches 3834512 worldwide, while the number of deaths caused by 2019-nCoV attains to 267887 until May 8th, 2020. Here shows the picture of it:
In recent years, with the development of the technology and the eruption of some kinds of infectious diseases such as HIV, SARS, H1N1, H5N7 for research. Scientists have already established some Infectious Disease Models within accuracy. One of these models that seems quite suitable to the changing trend of Coronavirus is called SIS model.
The SIS model assumes that:
1. The population at time t is divided into susceptible people (proportion of the total number of people s(t)) and infected people (proportion of the total number of people i(t)).
2. The average number of effective contacts per patient per day is a constant

, called the daily contact rate. When a healthy person
(actually it’s the susceptible person) contacts a patient, the healthy person always becomes infected.
3. The proportion of patients who are cured every day to the total number of patients is

, called the daily cure rate. Obviously,

is
the incubation period (average period of infection) of this infectious disease. So the relationship of all the constants and variables satisfy that

.
4. Then the differential equation model is established as:
-%5Cmu%20i%20%5C%5C%0Ai(0)%3Di_0%0A%5Cend%7Bcases%7D)
After solving the differential equation, here shows the result of it:
%3D%5B%5Cfrac%7B%5Clambda%7D%7B%5Clambda-%5Cmu%7D%2B(%5Cfrac%7B1%7D%7Bi_0%7D-%5Cfrac%7B%5Clambda%7D%7B%5Clambda-%5Cmu%7D)e%5E%7B-(%5Clambda-%5Cmu)t%7D%5D%5E%7B-1%7D%2C%20(%5Clambda%20!%3D%20%5Cmu)%5C%5C%0Ai(t)%3D%5B%5Clambda%20t%2B%5Cfrac%7B1%7D%7Bi_0%7D%5D%5E%7B-1%7D%2C%20(%5Clambda%20%3D%20%5Cmu)%0A%5Cend%7Bcases%7D)
It's considered that different regions adopt different measures in order to fight against Coronavirus, as well as the type of Coronavirus in different regions are not always the same. So that the rate of average number of effective contacts

and proportion of cured patients

are usually differ.
Now given the total population of different regions, maybe a city, a country or a continent, the number of infected people initially, along with two constants

and

which described above. Please use the SIS model to predict the number of infected people after t days (no more than 2 years).
Please note that the total population of different regions will not change during t days.