Jelajahi Sumber

smaller sample size

phillip.rothenbeck 1 tahun lalu
induk
melakukan
27c5b692e6
2 mengubah file dengan 7 tambahan dan 3 penghapusan
  1. 0 0
      datasets/SIR_data.csv
  2. 7 3
      synth_data_vis.ipynb

File diff ditekan karena terlalu besar
+ 0 - 0
datasets/SIR_data.csv


+ 7 - 3
synth_data_vis.ipynb

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

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini