diff --git a/docs/image/bootstrap_hist.png b/docs/image/bootstrap_hist.png index d88a1cb..9212688 100644 Binary files a/docs/image/bootstrap_hist.png and b/docs/image/bootstrap_hist.png differ diff --git a/docs/image/bottom_up_parce_hist.png b/docs/image/bottom_up_parce_hist.png index f1c0ea5..e9c7f45 100644 Binary files a/docs/image/bottom_up_parce_hist.png and b/docs/image/bottom_up_parce_hist.png differ diff --git a/docs/image/longitudinal_hist.png b/docs/image/longitudinal_hist.png index 191a9e3..067ef9a 100644 Binary files a/docs/image/longitudinal_hist.png and b/docs/image/longitudinal_hist.png differ diff --git a/docs/image/longitudinal_scatter1.png b/docs/image/longitudinal_scatter1.png index 0dad4dd..afb1cc7 100644 Binary files a/docs/image/longitudinal_scatter1.png and b/docs/image/longitudinal_scatter1.png differ diff --git a/docs/image/longitudinal_scatter2.png b/docs/image/longitudinal_scatter2.png index e99b8a3..28c959e 100644 Binary files a/docs/image/longitudinal_scatter2.png and b/docs/image/longitudinal_scatter2.png differ diff --git a/docs/image/multiple_dataset_hist.png b/docs/image/multiple_dataset_hist.png index d348a2c..e57ee8e 100644 Binary files a/docs/image/multiple_dataset_hist.png and b/docs/image/multiple_dataset_hist.png differ diff --git a/docs/image/rcd_hist.png b/docs/image/rcd_hist.png index 4c915d9..2230434 100644 Binary files a/docs/image/rcd_hist.png and b/docs/image/rcd_hist.png differ diff --git a/docs/image/var_hist.png b/docs/image/var_hist.png index 574e7d7..cc6a3fc 100644 Binary files a/docs/image/var_hist.png and b/docs/image/var_hist.png differ diff --git a/docs/image/varma_hist.png b/docs/image/varma_hist.png index c21c8c9..18e15f8 100644 Binary files a/docs/image/varma_hist.png and b/docs/image/varma_hist.png differ diff --git a/docs/tutorial/bootstrap.rst b/docs/tutorial/bootstrap.rst index 43b8f6b..741cccf 100644 --- a/docs/tutorial/bootstrap.rst +++ b/docs/tutorial/bootstrap.rst @@ -23,8 +23,8 @@ In this example, we need to import ``numpy``, ``pandas``, and ``graphviz`` in ad .. parsed-literal:: - ['1.16.2', '0.24.2', '0.11.1', '1.5.4'] - + ['1.24.4', '2.0.3', '0.20.1', '1.8.3'] + Test data --------- @@ -195,15 +195,15 @@ We can check the result by utility function. .. parsed-literal:: + x5 <--- x0 (b>0) (100.0%) x1 <--- x0 (b>0) (100.0%) x1 <--- x2 (b>0) (100.0%) - x5 <--- x0 (b>0) (100.0%) - x0 <--- x3 (b>0) (99.0%) + x4 <--- x2 (b<0) (100.0%) + x0 <--- x3 (b>0) (98.0%) x4 <--- x0 (b>0) (98.0%) x2 <--- x3 (b>0) (96.0%) - x4 <--- x2 (b<0) (94.0%) - x4 <--- x5 (b>0) (20.0%) - + x3 <--- x2 (b>0) (4.0%) + Directed Acyclic Graphs ----------------------- @@ -227,7 +227,7 @@ We can check the result by utility function. .. parsed-literal:: - DAG[0]: 54.0% + DAG[0]: 84.0% x0 <--- x3 (b>0) x1 <--- x0 (b>0) x1 <--- x2 (b>0) @@ -235,25 +235,24 @@ We can check the result by utility function. x4 <--- x0 (b>0) x4 <--- x2 (b<0) x5 <--- x0 (b>0) - DAG[1]: 16.0% + DAG[1]: 3.0% x0 <--- x3 (b>0) x1 <--- x0 (b>0) x1 <--- x2 (b>0) - x2 <--- x3 (b>0) + x3 <--- x2 (b>0) x4 <--- x0 (b>0) x4 <--- x2 (b<0) - x4 <--- x5 (b>0) x5 <--- x0 (b>0) - DAG[2]: 7.0% + DAG[2]: 2.0% x0 <--- x3 (b>0) x1 <--- x0 (b>0) x1 <--- x2 (b>0) - x1 <--- x3 (b>0) + x1 <--- x3 (b<0) x2 <--- x3 (b>0) x4 <--- x0 (b>0) x4 <--- x2 (b<0) x5 <--- x0 (b>0) - + Probability ----------- @@ -269,13 +268,13 @@ bootstrapping. .. parsed-literal:: - [[0. 0. 0.1 0.99 0.02 0. ] - [1. 0. 1. 0.1 0. 0.05] - [0. 0. 0. 0.96 0. 0. ] + [[0. 0. 0.03 0.98 0.02 0. ] + [1. 0. 1. 0.02 0. 0.01] + [0.01 0. 0. 0.96 0. 0.01] [0. 0. 0.04 0. 0. 0. ] - [0.98 0. 0.94 0.02 0. 0.2 ] - [1. 0. 0. 0. 0. 0. ]] - + [0.98 0.01 1. 0.02 0. 0.02] + [1. 0. 0.02 0.02 0. 0. ]] + Total Causal Effects -------------------- @@ -354,146 +353,152 @@ below.