瀏覽代碼

smaller sample size

phillip.rothenbeck 1 年之前
父節點
當前提交
27c5b692e6
共有 2 個文件被更改,包括 7 次插入3 次删除
  1. 0 0
      datasets/SIR_data.csv
  2. 7 3
      synth_data_vis.ipynb

File diff suppressed because it is too large
+ 0 - 0
datasets/SIR_data.csv


+ 7 - 3
synth_data_vis.ipynb

@@ -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,

Some files were not shown because too many files changed in this diff