浏览代码

Adding Analytical Solution into the code

zahra 1 年之前
父节点
当前提交
dbcc7613ad

+ 1 - 1
python/Bayesian Method-Zahra.ipynb

@@ -232,7 +232,7 @@
     "lower = np.percentile(probs_samples, 2.5, axis=0)\n",
     "upper = np.percentile(probs_samples, 97.5, axis=0)\n",
     "\n",
-    "# De-standardize x-axis\n",
+    "\n",
     "x_plot = x_grid * X_std + X_mean\n",
     "\n",
     "# Plot\n",

文件差异内容过多而无法显示
+ 0 - 15
python/Bayesian Method_MLE.ipynb


文件差异内容过多而无法显示
+ 0 - 15
python/Baysian Method_MLE.ipynb


文件差异内容过多而无法显示
+ 67 - 0
python/Logisticregression Method_MLE copy.ipynb


文件差异内容过多而无法显示
+ 66 - 25
python/Logisticregression Method_MLE.ipynb


二进制
python/figs/DELTA+BOOTSTRAPPING.png


二进制
python/figs/lung_test_lung.pdf


部分文件因为文件数量过多而无法显示