소스 검색

smaller sample size

phillip.rothenbeck 1 년 전
부모
커밋
27c5b692e6
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      datasets/SIR_data.csv
  2. 7 3
      synth_data_vis.ipynb

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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,

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.