|
@@ -93,7 +93,7 @@
|
|
|
}
|
|
|
],
|
|
|
"source": [
|
|
|
- "high_beta = SIR(alpha=0.3, beta=0.7, simulation_time=500, time_points=500)\n",
|
|
|
+ "high_beta = SIR(alpha=0.2, beta=0.7, simulation_time=500, time_points=500)\n",
|
|
|
"high_beta.generate()\n",
|
|
|
"high_beta.plot()"
|
|
|
]
|
|
@@ -141,10 +141,14 @@
|
|
|
"source": [
|
|
|
"example = SIR(N=7900000, I_0=10, alpha=0.085, beta=0.129, simulation_time=600, time_points=50000)\n",
|
|
|
"example.generate()\n",
|
|
|
- "example.plot()\n",
|
|
|
- "example.save()"
|
|
|
+ "example.plot()"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "cell_type": "markdown",
|
|
|
+ "metadata": {},
|
|
|
+ "source": []
|
|
|
+ },
|
|
|
{
|
|
|
"cell_type": "code",
|
|
|
"execution_count": null,
|