x (array-like) – The parameters of the SIR model. The first element is the transmission rate (beta) and the second element is the recovery rate (gamma).
N (int, optional) – The total population size.
I0 (int, optional) – The initial number of infected individuals.