├── .DS_Store ├── README.md └── book ├── .DS_Store ├── .Rhistory ├── _build ├── .doctrees │ ├── docs │ │ ├── Chapter1.doctree │ │ ├── Chapter10.doctree │ │ ├── Chapter11_1.doctree │ │ ├── Chapter11_2.doctree │ │ ├── Chapter2.doctree │ │ ├── Chapter3.doctree │ │ ├── Chapter4.doctree │ │ ├── Chapter5_1.doctree │ │ ├── Chapter5_2.doctree │ │ ├── Chapter6.doctree │ │ ├── Chapter7.doctree │ │ ├── Chapter8_1.doctree │ │ ├── Chapter8_2.doctree │ │ ├── Chapter9_1.doctree │ │ └── Chapter9_2.doctree │ ├── environment.pickle │ └── intro.doctree ├── feed.xml ├── googlefb941f3a773671df.html ├── html │ ├── .buildinfo │ ├── _images │ │ ├── Chapter1-01.png │ │ ├── Chapter1-02.png │ │ ├── Chapter1-03.png │ │ ├── Chapter1-04.png │ │ ├── Chapter1-05.png │ │ ├── Chapter1-06.png │ │ ├── Chapter10-01.png │ │ ├── Chapter10-02.png │ │ ├── Chapter10-03.png │ │ ├── Chapter10-04.png │ │ ├── Chapter10-05.png │ │ ├── Chapter10-06.png │ │ ├── Chapter10-07.png │ │ ├── Chapter10-08.png │ │ ├── Chapter10-09.png │ │ ├── Chapter10-10.png │ │ ├── Chapter10-11.png │ │ ├── Chapter10-12.png │ │ ├── Chapter10-13.png │ │ ├── Chapter10-14.png │ │ ├── Chapter11_1-01.png │ │ ├── Chapter11_1-02.png │ │ ├── Chapter11_1-03.png │ │ ├── Chapter11_1-04.png │ │ ├── Chapter11_1-05.png │ │ ├── Chapter11_1-06.png │ │ ├── Chapter11_1-07.png │ │ ├── Chapter11_1-08.png │ │ ├── Chapter11_2-01.jpg │ │ ├── Chapter11_2-02.jpg │ │ ├── Chapter11_2-03.jpg │ │ ├── Chapter11_2-04.jpg │ │ ├── Chapter11_2-05.jpg │ │ ├── Chapter11_2-06.jpg │ │ ├── Chapter11_2-07.jpg │ │ ├── Chapter11_2-08.jpg │ │ ├── Chapter11_2-09.jpg │ │ ├── Chapter11_2-10.jpg │ │ ├── Chapter11_2-11.jpg │ │ ├── Chapter11_2-12.jpg │ │ ├── Chapter11_2-13.jpg │ │ ├── Chapter11_2-14.jpg │ │ ├── Chapter11_2-15.jpg │ │ ├── Chapter11_2-16.jpg │ │ ├── Chapter11_2-17.jpg │ │ ├── Chapter11_2-18.jpg │ │ ├── Chapter11_2-19.jpg │ │ ├── Chapter11_2-20.jpg │ │ ├── Chapter11_2-21.jpg │ │ ├── Chapter11_2-22.jpg │ │ ├── Chapter11_2-23.jpg │ │ ├── Chapter11_2-24.jpg │ │ ├── Chapter2-01.png │ │ ├── Chapter2-02.png │ │ ├── Chapter2-03.png │ │ ├── Chapter2-04.png │ │ ├── Chapter2-05.png │ │ ├── Chapter2-06.png │ │ ├── Chapter2-07.png │ │ ├── Chapter2-08.png │ │ ├── Chapter2-09.png │ │ ├── Chapter2-10.png │ │ ├── Chapter2-11.png │ │ ├── Chapter2-12.png │ │ ├── Chapter2-13.png │ │ ├── Chapter2-14.png │ │ ├── Chapter2-15.png │ │ ├── Chapter3-01.png │ │ ├── Chapter3-02.png │ │ ├── Chapter3-03.png │ │ ├── Chapter3-04.png │ │ ├── Chapter3-05.png │ │ ├── Chapter3-06.png │ │ ├── Chapter3-07.png │ │ ├── Chapter3-08.png │ │ ├── Chapter3-09.png │ │ ├── Chapter3-10.png │ │ ├── Chapter3-11.png │ │ ├── Chapter3-12.png │ │ ├── Chapter3-13.png │ │ ├── Chapter3-14.png │ │ ├── Chapter3-15.png │ │ ├── Chapter3-16.png │ │ ├── Chapter3-17.png │ │ ├── Chapter3-18.png │ │ ├── Chapter3-19.png │ │ ├── Chapter3-20.png │ │ ├── Chapter3-21.png │ │ ├── Chapter3-22.png │ │ ├── Chapter3-23.png │ │ ├── Chapter3-24.png │ │ ├── Chapter3-25.png │ │ ├── Chapter3-26.png │ │ ├── Chapter3-27.png │ │ ├── Chapter3-28.png │ │ ├── Chapter3-29.png │ │ ├── Chapter3-30.png │ │ ├── Chapter4-01.png │ │ ├── Chapter4-02.png │ │ ├── Chapter4-03.png │ │ ├── Chapter4-04.png │ │ ├── Chapter4-05.png │ │ ├── Chapter4-06.png │ │ ├── Chapter4-07.png │ │ ├── Chapter4-08.png │ │ ├── Chapter4-09.png │ │ ├── Chapter4-10.png │ │ ├── Chapter4-11.png │ │ ├── Chapter4-12.png │ │ ├── Chapter4-13.png │ │ ├── Chapter4-14.png │ │ ├── Chapter4-15.png │ │ ├── Chapter4-16.png │ │ ├── Chapter4-17.png │ │ ├── Chapter4-18.png │ │ ├── Chapter4-19.png │ │ ├── Chapter4-20.png │ │ ├── Chapter4-21.png │ │ ├── Chapter4-22.png │ │ ├── Chapter4-23.png │ │ ├── Chapter5-01.jpg │ │ ├── Chapter5-02.jpg │ │ ├── Chapter5-03.jpg │ │ ├── Chapter5-04.jpg │ │ ├── Chapter5-05.jpg │ │ ├── Chapter5-06.jpg │ │ ├── Chapter5-07.jpg │ │ ├── Chapter5-08.jpg │ │ ├── Chapter5-09.jpg │ │ ├── Chapter5-10.jpg │ │ ├── Chapter5-11.jpg │ │ ├── Chapter5-12.jpg │ │ ├── Chapter5-13.jpg │ │ ├── Chapter5-14.jpg │ │ ├── Chapter5-15.jpg │ │ ├── Chapter5-16.jpg │ │ ├── Chapter5_2-01.jpg │ │ ├── Chapter5_2-02.jpg │ │ ├── Chapter5_2-03.jpg │ │ ├── Chapter5_2-04.jpg │ │ ├── Chapter5_2-05.jpg │ │ ├── Chapter5_2-06.jpg │ │ ├── Chapter5_2-07.jpg │ │ ├── Chapter5_2-08.jpg │ │ ├── Chapter5_2-09.jpg │ │ ├── Chapter5_2-10.jpg │ │ ├── Chapter5_2-11.jpg │ │ ├── Chapter5_2-12.jpg │ │ ├── Chapter5_2-13.jpg │ │ ├── Chapter5_2-14.jpg │ │ ├── Chapter5_2-15.jpg │ │ ├── Chapter5_2-16.jpg │ │ ├── Chapter6-01.webp │ │ ├── Chapter6-02.png │ │ ├── Chapter6-03.png │ │ ├── Chapter6-04.png │ │ ├── Chapter6-05.png │ │ ├── Chapter6-06.png │ │ ├── Chapter6-07.png │ │ ├── Chapter6-08.png │ │ ├── Chapter6-09.png │ │ ├── Chapter6-10.png │ │ ├── Chapter6-11.png │ │ ├── Chapter6-12.png │ │ ├── Chapter6-13.png │ │ ├── Chapter6-14.png │ │ ├── Chapter6-15.png │ │ ├── Chapter7-01.png │ │ ├── Chapter7-02.png │ │ ├── Chapter7-03.png │ │ ├── Chapter7-04.png │ │ ├── Chapter7-05.png │ │ ├── Chapter7-06.png │ │ ├── Chapter7-07.png │ │ ├── Chapter7-08.png │ │ ├── Chapter7-09.png │ │ ├── Chapter7-10.png │ │ ├── Chapter7-11.png │ │ ├── Chapter7-12.png │ │ ├── Chapter7-13.png │ │ ├── Chapter7-14.png │ │ ├── Chapter8-01.jpg │ │ ├── Chapter8-02.jpg │ │ ├── Chapter8-03.jpg │ │ ├── Chapter8-04.jpg │ │ ├── Chapter8-05.jpg │ │ ├── Chapter8-06.jpg │ │ ├── Chapter8-07.jpg │ │ ├── Chapter8-08.jpg │ │ ├── Chapter8-09.jpg │ │ ├── Chapter8-10.jpg │ │ ├── Chapter8-11.jpg │ │ ├── Chapter8-12.jpg │ │ ├── Chapter8-13.jpg │ │ ├── Chapter8-14.jpg │ │ ├── Chapter8-15.jpg │ │ ├── Chapter8-16.jpg │ │ ├── Chapter8-17.jpg │ │ ├── Chapter8-18.jpg │ │ ├── Chapter8-19.jpg │ │ ├── Chapter8-20.jpg │ │ ├── Chapter8-21.jpg │ │ ├── Chapter8-22.jpg │ │ ├── Chapter8-23.jpg │ │ ├── Chapter8-24.jpg │ │ ├── Chapter8-25.jpg │ │ ├── Chapter8-26.jpg │ │ ├── Chapter8-27.jpg │ │ ├── Chapter8-28.jpg │ │ ├── Chapter8_01-01.png │ │ ├── Chapter8_01-02.png │ │ ├── Chapter8_01-03.png │ │ ├── Chapter8_01-04.png │ │ ├── Chapter8_01-05.png │ │ ├── Chapter8_01-06.png │ │ ├── Chapter8_01-07.png │ │ ├── Chapter8_01-08.png │ │ ├── Chapter8_01-09.png │ │ ├── Chapter8_01-10.png │ │ ├── Chapter8_01-11.png │ │ ├── Chapter8_01-12.png │ │ ├── Chapter8_01-13.png │ │ ├── Chapter8_01-14.png │ │ ├── Chapter8_01-15.png │ │ ├── Chapter8_01-16.png │ │ ├── Chapter8_01-17.png │ │ ├── Chapter8_01-18.png │ │ ├── Chapter8_01-19.png │ │ ├── Chapter8_01-20.png │ │ ├── Chapter8_01-21.png │ │ ├── Chapter9-01.png │ │ ├── Chapter9-02.png │ │ ├── Chapter9-03.png │ │ ├── Chapter9-04.png │ │ ├── Chapter9-05.png │ │ ├── Chapter9-06.png │ │ ├── Chapter9-07.png │ │ ├── Chapter9-08.png │ │ ├── Chapter9-09.png │ │ ├── Chapter9-10.png │ │ ├── Chapter9-11.png │ │ ├── Chapter9-12.png │ │ ├── Chapter9-13.png │ │ ├── Chapter9-14.png │ │ ├── Chapter9_1_1.png │ │ ├── Chapter9_1_2.png │ │ ├── Chapter9_1_3.png │ │ ├── Chapter9_1_4.png │ │ ├── Chapter9_1_5.png │ │ ├── Chapter9_1_6.png │ │ ├── Chapter9_1_7.png │ │ └── Chapter9_1_8.png │ ├── _sources │ │ ├── docs │ │ │ ├── Chapter1.md │ │ │ ├── Chapter10.md │ │ │ ├── Chapter11_1.md │ │ │ ├── Chapter11_2.md │ │ │ ├── Chapter2.md │ │ │ ├── Chapter3.md │ │ │ ├── Chapter4.md │ │ │ ├── Chapter5_1.md │ │ │ ├── Chapter5_2.md │ │ │ ├── Chapter6.md │ │ │ ├── Chapter7.md │ │ │ ├── Chapter8_1.md │ │ │ ├── Chapter8_2.md │ │ │ ├── Chapter9_1.md │ │ │ └── Chapter9_2.md │ │ └── intro.md │ ├── _sphinx_design_static │ │ ├── design-style.4045f2051d55cab465a707391d5b2007.min.css │ │ └── design-tabs.js │ ├── _static │ │ ├── _sphinx_javascript_frameworks_compat.js │ │ ├── basic.css │ │ ├── check-solid.svg │ │ ├── clipboard.min.js │ │ ├── copy-button.svg │ │ ├── copybutton.css │ │ ├── copybutton.js │ │ ├── copybutton_funcs.js │ │ ├── design-style.4045f2051d55cab465a707391d5b2007.min.css │ │ ├── design-tabs.js │ │ ├── doctools.js │ │ ├── documentation_options.js │ │ ├── file.png │ │ ├── images │ │ │ ├── logo_binder.svg │ │ │ ├── logo_colab.png │ │ │ ├── logo_deepnote.svg │ │ │ └── logo_jupyterhub.svg │ │ ├── jquery-3.6.0.js │ │ ├── jquery.js │ │ ├── language_data.js │ │ ├── locales │ │ │ ├── ar │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── bg │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── bn │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ca │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── cs │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── da │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── de │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── el │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── eo │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── es │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── et │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── fi │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── fr │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── hr │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── id │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── it │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── iw │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ja │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ko │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── lt │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── lv │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ml │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── mr │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ms │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── nl │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── no │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── pl │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── pt │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ro │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ru │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── sk │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── sl │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── sr │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── sv │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ta │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── te │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── tg │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── th │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── tl │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── tr │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── uk │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── ur │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── vi │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ ├── zh_CN │ │ │ │ └── LC_MESSAGES │ │ │ │ │ ├── booktheme.mo │ │ │ │ │ └── booktheme.po │ │ │ └── zh_TW │ │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── minus.png │ │ ├── mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css │ │ ├── plus.png │ │ ├── pygments.css │ │ ├── qe-logo-large.png │ │ ├── sbt-webpack-macros.html │ │ ├── scripts │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.LICENSE.txt │ │ │ ├── bootstrap.js.map │ │ │ ├── pydata-sphinx-theme.js │ │ │ ├── pydata-sphinx-theme.js.map │ │ │ ├── sphinx-book-theme.js │ │ │ └── sphinx-book-theme.js.map │ │ ├── searchtools.js │ │ ├── sphinx-thebe.css │ │ ├── sphinx-thebe.js │ │ ├── styles │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── pydata-sphinx-theme.css │ │ │ ├── pydata-sphinx-theme.css.map │ │ │ ├── sphinx-book-theme.css │ │ │ └── theme.css │ │ ├── togglebutton.css │ │ ├── togglebutton.js │ │ ├── underscore-1.13.1.js │ │ ├── underscore.js │ │ ├── vendor │ │ │ └── fontawesome │ │ │ │ └── 6.1.2 │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── css │ │ │ │ └── all.min.css │ │ │ │ ├── js │ │ │ │ ├── all.min.js │ │ │ │ └── all.min.js.LICENSE.txt │ │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-v4compatibility.ttf │ │ │ │ └── fa-v4compatibility.woff2 │ │ └── webpack-macros.html │ ├── docs │ │ ├── Chapter1.html │ │ ├── Chapter10.html │ │ ├── Chapter11_1.html │ │ ├── Chapter11_2.html │ │ ├── Chapter2.html │ │ ├── Chapter3.html │ │ ├── Chapter4.html │ │ ├── Chapter5_1.html │ │ ├── Chapter5_2.html │ │ ├── Chapter6.html │ │ ├── Chapter7.html │ │ ├── Chapter8_1.html │ │ ├── Chapter8_2.html │ │ ├── Chapter9_1.html │ │ └── Chapter9_2.html │ ├── feed.xml │ ├── genindex.html │ ├── index.html │ ├── intro.html │ ├── objects.inv │ ├── robots.txt │ ├── search.html │ ├── searchindex.js │ └── sitemap.xml ├── robots.txt └── sitemap.xml ├── _config.yml ├── _toc.yml ├── docs ├── .DS_Store ├── .Rhistory ├── .ipynb_checkpoints │ └── Chapter5-checkpoint.ipynb ├── Chapter1.md ├── Chapter10.md ├── Chapter11_1.md ├── Chapter11_2.md ├── Chapter2.md ├── Chapter3.md ├── Chapter4.md ├── Chapter5_1.md ├── Chapter5_2.md ├── Chapter6.md ├── Chapter7.md ├── Chapter8_1.md ├── Chapter8_2.md ├── Chapter9_1.md ├── Chapter9_2.md ├── feed.xml ├── googlefb941f3a773671df.html ├── robots.txt └── sitemap.xml ├── feed.xml ├── googlefb941f3a773671df.html ├── intro.md ├── pics ├── .DS_Store ├── Chapter1-01.png ├── Chapter1-02.png ├── Chapter1-03.png ├── Chapter1-04.png ├── Chapter1-05.png ├── Chapter1-06.png ├── Chapter10-01.png ├── Chapter10-02.png ├── Chapter10-03.png ├── Chapter10-04.png ├── Chapter10-05.png ├── Chapter10-06.png ├── Chapter10-07.png ├── Chapter10-08.png ├── Chapter10-09.png ├── Chapter10-10.png ├── Chapter10-11.png ├── Chapter10-12.png ├── Chapter10-13.png ├── Chapter10-14.png ├── Chapter11_1-01.png ├── Chapter11_1-02.png ├── Chapter11_1-03.png ├── Chapter11_1-04.png ├── Chapter11_1-05.png ├── Chapter11_1-06.png ├── Chapter11_1-07.png ├── Chapter11_1-08.png ├── Chapter11_2-01.jpg ├── Chapter11_2-02.jpg ├── Chapter11_2-03.jpg ├── Chapter11_2-04.jpg ├── Chapter11_2-05.jpg ├── Chapter11_2-06.jpg ├── Chapter11_2-07.jpg ├── Chapter11_2-08.jpg ├── Chapter11_2-09.jpg ├── Chapter11_2-10.jpg ├── Chapter11_2-11.jpg ├── Chapter11_2-12.jpg ├── Chapter11_2-13.jpg ├── Chapter11_2-14.jpg ├── Chapter11_2-15.jpg ├── Chapter11_2-16.jpg ├── Chapter11_2-17.jpg ├── Chapter11_2-18.jpg ├── Chapter11_2-19.jpg ├── Chapter11_2-20.jpg ├── Chapter11_2-21.jpg ├── Chapter11_2-22.jpg ├── Chapter11_2-23.jpg ├── Chapter11_2-24.jpg ├── Chapter2-01.png ├── Chapter2-02.png ├── Chapter2-03.png ├── Chapter2-04.png ├── Chapter2-05.png ├── Chapter2-06.png ├── Chapter2-07.png ├── Chapter2-08.png ├── Chapter2-09.png ├── Chapter2-10.png ├── Chapter2-11.png ├── Chapter2-12.png ├── Chapter2-13.png ├── Chapter2-14.png ├── Chapter2-15.png ├── Chapter3-01.png ├── Chapter3-02.png ├── Chapter3-03.png ├── Chapter3-04.png ├── Chapter3-05.png ├── Chapter3-06.png ├── Chapter3-07.png ├── Chapter3-08.png ├── Chapter3-09.png ├── Chapter3-10.png ├── Chapter3-11.png ├── Chapter3-12.png ├── Chapter3-13.png ├── Chapter3-14.png ├── Chapter3-15.png ├── Chapter3-16.png ├── Chapter3-17.png ├── Chapter3-18.png ├── Chapter3-19.png ├── Chapter3-20.png ├── Chapter3-21.png ├── Chapter3-22.png ├── Chapter3-23.png ├── Chapter3-24.png ├── Chapter3-25.png ├── Chapter3-26.png ├── Chapter3-27.png ├── Chapter3-28.png ├── Chapter3-29.png ├── Chapter3-30.png ├── Chapter4-01.png ├── Chapter4-02.png ├── Chapter4-03.png ├── Chapter4-04.png ├── Chapter4-05.png ├── Chapter4-06.png ├── Chapter4-07.png ├── Chapter4-08.png ├── Chapter4-09.png ├── Chapter4-10.png ├── Chapter4-11.png ├── Chapter4-12.png ├── Chapter4-13.png ├── Chapter4-14.png ├── Chapter4-15.png ├── Chapter4-16.png ├── Chapter4-17.png ├── Chapter4-18.png ├── Chapter4-19.png ├── Chapter4-20.png ├── Chapter4-21.png ├── Chapter4-22.png ├── Chapter4-23.png ├── Chapter5-01.jpg ├── Chapter5-02.jpg ├── Chapter5-03.jpg ├── Chapter5-04.jpg ├── Chapter5-05.jpg ├── Chapter5-06.jpg ├── Chapter5-07.jpg ├── Chapter5-08.jpg ├── Chapter5-09.jpg ├── Chapter5-10.jpg ├── Chapter5-11.jpg ├── Chapter5-12.jpg ├── Chapter5-13.jpg ├── Chapter5-14.jpg ├── Chapter5-15.jpg ├── Chapter5-16.jpg ├── Chapter5_2-01.jpg ├── Chapter5_2-02.jpg ├── Chapter5_2-03.jpg ├── Chapter5_2-04.jpg ├── Chapter5_2-05.jpg ├── Chapter5_2-06.jpg ├── Chapter5_2-07.jpg ├── Chapter5_2-08.jpg ├── Chapter5_2-09.jpg ├── Chapter5_2-10.jpg ├── Chapter5_2-11.jpg ├── Chapter5_2-12.jpg ├── Chapter5_2-13.jpg ├── Chapter5_2-14.jpg ├── Chapter5_2-15.jpg ├── Chapter5_2-16.jpg ├── Chapter5_2-17.jpg ├── Chapter6-01.webp ├── Chapter6-02.png ├── Chapter6-03.png ├── Chapter6-04.png ├── Chapter6-05.png ├── Chapter6-06.png ├── Chapter6-07.png ├── Chapter6-08.png ├── Chapter6-09.png ├── Chapter6-10.png ├── Chapter6-11.png ├── Chapter6-12.png ├── Chapter6-13.png ├── Chapter6-14.png ├── Chapter6-15.png ├── Chapter7-01.png ├── Chapter7-02.png ├── Chapter7-03.png ├── Chapter7-04.png ├── Chapter7-05.png ├── Chapter7-06.png ├── Chapter7-07.png ├── Chapter7-08.png ├── Chapter7-09.png ├── Chapter7-10.png ├── Chapter7-11.png ├── Chapter7-12.png ├── Chapter7-13.png ├── Chapter7-14.png ├── Chapter8-01.jpg ├── Chapter8-02.jpg ├── Chapter8-03.jpg ├── Chapter8-04.jpg ├── Chapter8-05.jpg ├── Chapter8-06.jpg ├── Chapter8-07.jpg ├── Chapter8-08.jpg ├── Chapter8-09.jpg ├── Chapter8-10.jpg ├── Chapter8-11.jpg ├── Chapter8-12.jpg ├── Chapter8-13.jpg ├── Chapter8-14.jpg ├── Chapter8-15.jpg ├── Chapter8-16.jpg ├── Chapter8-17.jpg ├── Chapter8-18.jpg ├── Chapter8-19.jpg ├── Chapter8-20.jpg ├── Chapter8-21.jpg ├── Chapter8-22.jpg ├── Chapter8-23.jpg ├── Chapter8-24.jpg ├── Chapter8-25.jpg ├── Chapter8-26.jpg ├── Chapter8-27.jpg ├── Chapter8-28.jpg ├── Chapter8_01-01.png ├── Chapter8_01-02.png ├── Chapter8_01-03.png ├── Chapter8_01-04.png ├── Chapter8_01-05.png ├── Chapter8_01-06.png ├── Chapter8_01-07.png ├── Chapter8_01-08.png ├── Chapter8_01-09.png ├── Chapter8_01-10.png ├── Chapter8_01-11.png ├── Chapter8_01-12.png ├── Chapter8_01-13.png ├── Chapter8_01-14.png ├── Chapter8_01-15.png ├── Chapter8_01-16.png ├── Chapter8_01-17.png ├── Chapter8_01-18.png ├── Chapter8_01-19.png ├── Chapter8_01-20.png ├── Chapter8_01-21.png ├── Chapter9-01.png ├── Chapter9-02.png ├── Chapter9-03.png ├── Chapter9-04.png ├── Chapter9-05.png ├── Chapter9-06.png ├── Chapter9-07.png ├── Chapter9-08.png ├── Chapter9-09.png ├── Chapter9-10.png ├── Chapter9-11.png ├── Chapter9-12.png ├── Chapter9-13.png ├── Chapter9-14.png ├── Chapter9_1_1.png ├── Chapter9_1_2.png ├── Chapter9_1_3.png ├── Chapter9_1_4.png ├── Chapter9_1_5.png ├── Chapter9_1_6.png ├── Chapter9_1_7.png ├── Chapter9_1_8.png └── qe-logo-large.png ├── robots.txt └── sitemap.xml /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/.DS_Store -------------------------------------------------------------------------------- /book/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/.DS_Store -------------------------------------------------------------------------------- /book/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/.Rhistory -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter1.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter1.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter10.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter10.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter11_1.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter11_1.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter11_2.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter11_2.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter2.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter2.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter3.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter3.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter4.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter4.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter5_1.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter5_1.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter5_2.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter5_2.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter6.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter6.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter7.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter7.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter8_1.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter8_1.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter8_2.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter8_2.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter9_1.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter9_1.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/docs/Chapter9_2.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/docs/Chapter9_2.doctree -------------------------------------------------------------------------------- /book/_build/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/environment.pickle -------------------------------------------------------------------------------- /book/_build/.doctrees/intro.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/.doctrees/intro.doctree -------------------------------------------------------------------------------- /book/_build/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | {{ site.name | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }} 10 | 11 | {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} 12 | {% for post in site.posts limit:10 %} 13 | 14 | {{ post.title | xml_escape }} 15 | {% if post.author.name %} 16 | {{ post.author.name | xml_escape }} 17 | {% endif %} 18 | {% if post.excerpt %} 19 | {{ post.excerpt | xml_escape }} 20 | {% else %} 21 | {{ post.content | xml_escape }} 22 | {% endif %} 23 | {{ post.date | date_to_rfc822 }} 24 | {{ site.url }}{{ post.url }} 25 | {{ site.url }}{{ post.url }} 26 | 27 | {% endfor %} 28 | 29 | -------------------------------------------------------------------------------- /book/_build/googlefb941f3a773671df.html: -------------------------------------------------------------------------------- 1 | google-site-verification: googlefb941f3a773671df.html -------------------------------------------------------------------------------- /book/_build/html/.buildinfo: -------------------------------------------------------------------------------- 1 | # Sphinx build info version 1 2 | # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 3 | config: eb51d8034addf58e1b75a6b30de2bf0e 4 | tags: 645f666f9bcd5a90fca523b33c5a78b7 5 | -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter1-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter1-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter10-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter10-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_1-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_1-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-01.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-02.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-03.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-04.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-05.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-06.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-07.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-08.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-09.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-10.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-11.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-12.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-13.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-14.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-15.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-16.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-17.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-18.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-19.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-20.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-21.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-22.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-23.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter11_2-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter11_2-24.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter2-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter2-15.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-15.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-16.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-17.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-18.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-19.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-20.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-21.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-22.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-23.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-24.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-25.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-26.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-27.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-28.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-29.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter3-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter3-30.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-15.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-16.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-17.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-18.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-19.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-20.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-21.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-22.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter4-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter4-23.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-01.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-02.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-03.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-04.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-05.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-06.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-07.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-08.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-09.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-10.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-11.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-12.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-13.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-14.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-15.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5-16.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-01.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-02.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-03.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-04.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-05.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-06.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-07.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-08.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-09.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-10.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-11.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-12.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-13.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-14.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-15.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter5_2-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter5_2-16.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-01.webp -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter6-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter6-15.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter7-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter7-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-01.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-02.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-03.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-04.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-05.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-06.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-07.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-08.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-09.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-10.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-11.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-12.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-13.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-14.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-15.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-16.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-17.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-18.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-19.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-20.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-21.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-22.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-23.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-24.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-25.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-26.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-27.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8-28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8-28.jpg -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-15.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-16.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-17.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-18.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-19.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-20.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter8_01-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter8_01-21.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-01.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-02.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-03.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-04.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-05.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-06.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-07.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-08.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-09.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-10.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-11.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-12.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-13.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9-14.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_1.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_2.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_3.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_4.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_5.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_6.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_7.png -------------------------------------------------------------------------------- /book/_build/html/_images/Chapter9_1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_images/Chapter9_1_8.png -------------------------------------------------------------------------------- /book/_build/html/_sources/docs/Chapter11_2.md: -------------------------------------------------------------------------------- 1 | # Chapter 11.7 ~ 11장 끝 도구변수 2 | 3 | ![](../pics/Chapter11_2-01.jpg) 4 | ![](../pics/Chapter11_2-02.jpg) 5 | ![](../pics/Chapter11_2-03.jpg) 6 | ![](../pics/Chapter11_2-04.jpg) 7 | ![](../pics/Chapter11_2-05.jpg) 8 | ![](../pics/Chapter11_2-06.jpg) 9 | ![](../pics/Chapter11_2-07.jpg) 10 | ![](../pics/Chapter11_2-08.jpg) 11 | ![](../pics/Chapter11_2-09.jpg) 12 | ![](../pics/Chapter11_2-10.jpg) 13 | ![](../pics/Chapter11_2-11.jpg) 14 | ![](../pics/Chapter11_2-12.jpg) 15 | ![](../pics/Chapter11_2-13.jpg) 16 | ![](../pics/Chapter11_2-14.jpg) 17 | ![](../pics/Chapter11_2-15.jpg) 18 | ![](../pics/Chapter11_2-16.jpg) 19 | ![](../pics/Chapter11_2-17.jpg) 20 | ![](../pics/Chapter11_2-18.jpg) 21 | ![](../pics/Chapter11_2-19.jpg) 22 | ![](../pics/Chapter11_2-20.jpg) 23 | ![](../pics/Chapter11_2-21.jpg) 24 | ![](../pics/Chapter11_2-22.jpg) 25 | ![](../pics/Chapter11_2-23.jpg) 26 | ![](../pics/Chapter11_2-24.jpg) 27 | 28 | -------------------------------------------------------------------------------- /book/_build/html/_sources/docs/Chapter5_1.md: -------------------------------------------------------------------------------- 1 | # Chapter 5.1 - 5.3 성향점수 2 | ![](../pics/Chapter5-01.jpg) 3 | ![](../pics/Chapter5-02.jpg) 4 | ![](../pics/Chapter5-03.jpg) 5 | ![](../pics/Chapter5-04.jpg) 6 | ![](../pics/Chapter5-05.jpg) 7 | ![](../pics/Chapter5-06.jpg) 8 | ![](../pics/Chapter5-07.jpg) 9 | ![](../pics/Chapter5-08.jpg) 10 | ![](../pics/Chapter5-09.jpg) 11 | ![](../pics/Chapter5-10.jpg) 12 | ![](../pics/Chapter5-11.jpg) 13 | ![](../pics/Chapter5-12.jpg) 14 | ![](../pics/Chapter5-13.jpg) 15 | ![](../pics/Chapter5-14.jpg) 16 | ![](../pics/Chapter5-15.jpg) 17 | ![](../pics/Chapter5-16.jpg) -------------------------------------------------------------------------------- /book/_build/html/_sources/docs/Chapter5_2.md: -------------------------------------------------------------------------------- 1 | # Chapter 5.4 - 5.끝 성향점수 2 | ![](../pics/Chapter5_2-01.jpg) 3 | ![](../pics/Chapter5_2-02.jpg) 4 | ![](../pics/Chapter5_2-03.jpg) 5 | ![](../pics/Chapter5_2-04.jpg) 6 | ![](../pics/Chapter5_2-05.jpg) 7 | ![](../pics/Chapter5_2-06.jpg) 8 | ![](../pics/Chapter5_2-07.jpg) 9 | ![](../pics/Chapter5_2-08.jpg) 10 | ![](../pics/Chapter5_2-09.jpg) 11 | ![](../pics/Chapter5_2-10.jpg) 12 | ![](../pics/Chapter5_2-11.jpg) 13 | ![](../pics/Chapter5_2-12.jpg) 14 | ![](../pics/Chapter5_2-13.jpg) 15 | ![](../pics/Chapter5_2-14.jpg) 16 | ![](../pics/Chapter5_2-15.jpg) 17 | ![](../pics/Chapter5_2-16.jpg) -------------------------------------------------------------------------------- /book/_build/html/_sources/docs/Chapter8_1.md: -------------------------------------------------------------------------------- 1 | # Chapter 8. 이중차분법 (8.1~8.3) 2 | 3 | ![](../pics/Chapter8-01.jpg) 4 | ![](../pics/Chapter8-02.jpg) 5 | ![](../pics/Chapter8-03.jpg) 6 | ![](../pics/Chapter8-04.jpg) 7 | ![](../pics/Chapter8-05.jpg) 8 | ![](../pics/Chapter8-06.jpg) 9 | ![](../pics/Chapter8-07.jpg) 10 | ![](../pics/Chapter8-08.jpg) 11 | ![](../pics/Chapter8-09.jpg) 12 | ![](../pics/Chapter8-10.jpg) 13 | ![](../pics/Chapter8-11.jpg) 14 | ![](../pics/Chapter8-12.jpg) 15 | ![](../pics/Chapter8-13.jpg) 16 | ![](../pics/Chapter8-14.jpg) 17 | ![](../pics/Chapter8-15.jpg) 18 | ![](../pics/Chapter8-16.jpg) 19 | ![](../pics/Chapter8-17.jpg) 20 | ![](../pics/Chapter8-18.jpg) 21 | ![](../pics/Chapter8-19.jpg) 22 | ![](../pics/Chapter8-20.jpg) 23 | ![](../pics/Chapter8-21.jpg) 24 | ![](../pics/Chapter8-22.jpg) 25 | ![](../pics/Chapter8-23.jpg) 26 | ![](../pics/Chapter8-24.jpg) 27 | ![](../pics/Chapter8-25.jpg) 28 | ![](../pics/Chapter8-26.jpg) 29 | ![](../pics/Chapter8-27.jpg) 30 | ![](../pics/Chapter8-28.jpg) 31 | -------------------------------------------------------------------------------- /book/_build/html/_sphinx_design_static/design-tabs.js: -------------------------------------------------------------------------------- 1 | var sd_labels_by_text = {}; 2 | 3 | function ready() { 4 | const li = document.getElementsByClassName("sd-tab-label"); 5 | for (const label of li) { 6 | syncId = label.getAttribute("data-sync-id"); 7 | if (syncId) { 8 | label.onclick = onLabelClick; 9 | if (!sd_labels_by_text[syncId]) { 10 | sd_labels_by_text[syncId] = []; 11 | } 12 | sd_labels_by_text[syncId].push(label); 13 | } 14 | } 15 | } 16 | 17 | function onLabelClick() { 18 | // Activate other inputs with the same sync id. 19 | syncId = this.getAttribute("data-sync-id"); 20 | for (label of sd_labels_by_text[syncId]) { 21 | if (label === this) continue; 22 | label.previousElementSibling.checked = true; 23 | } 24 | window.localStorage.setItem("sphinx-design-last-tab", syncId); 25 | } 26 | 27 | document.addEventListener("DOMContentLoaded", ready, false); 28 | -------------------------------------------------------------------------------- /book/_build/html/_static/check-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /book/_build/html/_static/copy-button.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /book/_build/html/_static/design-tabs.js: -------------------------------------------------------------------------------- 1 | var sd_labels_by_text = {}; 2 | 3 | function ready() { 4 | const li = document.getElementsByClassName("sd-tab-label"); 5 | for (const label of li) { 6 | syncId = label.getAttribute("data-sync-id"); 7 | if (syncId) { 8 | label.onclick = onLabelClick; 9 | if (!sd_labels_by_text[syncId]) { 10 | sd_labels_by_text[syncId] = []; 11 | } 12 | sd_labels_by_text[syncId].push(label); 13 | } 14 | } 15 | } 16 | 17 | function onLabelClick() { 18 | // Activate other inputs with the same sync id. 19 | syncId = this.getAttribute("data-sync-id"); 20 | for (label of sd_labels_by_text[syncId]) { 21 | if (label === this) continue; 22 | label.previousElementSibling.checked = true; 23 | } 24 | window.localStorage.setItem("sphinx-design-last-tab", syncId); 25 | } 26 | 27 | document.addEventListener("DOMContentLoaded", ready, false); 28 | -------------------------------------------------------------------------------- /book/_build/html/_static/documentation_options.js: -------------------------------------------------------------------------------- 1 | var DOCUMENTATION_OPTIONS = { 2 | URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), 3 | VERSION: '', 4 | LANGUAGE: 'en', 5 | COLLAPSE_INDEX: false, 6 | BUILDER: 'html', 7 | FILE_SUFFIX: '.html', 8 | LINK_SUFFIX: '.html', 9 | HAS_SOURCE: true, 10 | SOURCELINK_SUFFIX: '', 11 | NAVIGATION_WITH_KEYS: false, 12 | SHOW_SEARCH_SUMMARY: true, 13 | ENABLE_SEARCH_SHORTCUTS: false, 14 | }; -------------------------------------------------------------------------------- /book/_build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/file.png -------------------------------------------------------------------------------- /book/_build/html/_static/images/logo_binder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | logo 11 | 12 | 13 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /book/_build/html/_static/images/logo_colab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/images/logo_colab.png -------------------------------------------------------------------------------- /book/_build/html/_static/images/logo_deepnote.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Sphinx-Book-Theme\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Content-Transfer-Encoding: 8bit\n" 8 | "Language: bn\n" 9 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 | 11 | msgid "Last updated on" 12 | msgstr "সর্বশেষ আপডেট" 13 | 14 | msgid "Edit this page" 15 | msgstr "এই পৃষ্ঠাটি সম্পাদনা করুন" 16 | 17 | msgid "Launch" 18 | msgstr "শুরু করা" 19 | 20 | msgid "Print to PDF" 21 | msgstr "পিডিএফ প্রিন্ট করুন" 22 | 23 | msgid "open issue" 24 | msgstr "খোলা সমস্যা" 25 | 26 | msgid "Download notebook file" 27 | msgstr "নোটবুক ফাইল ডাউনলোড করুন" 28 | 29 | msgid "Toggle navigation" 30 | msgstr "নেভিগেশন টগল করুন" 31 | 32 | msgid "Source repository" 33 | msgstr "উত্স সংগ্রহস্থল" 34 | 35 | msgid "By the" 36 | msgstr "দ্বারা" 37 | 38 | msgid "next page" 39 | msgstr "পরবর্তী পৃষ্ঠা" 40 | 41 | msgid "Sphinx Book Theme" 42 | msgstr "স্পিনিক্স বুক থিম" 43 | 44 | msgid "Download source file" 45 | msgstr "উত্স ফাইল ডাউনলোড করুন" 46 | 47 | msgid "By" 48 | msgstr "দ্বারা" 49 | 50 | msgid "Copyright" 51 | msgstr "কপিরাইট" 52 | 53 | msgid "Open an issue" 54 | msgstr "একটি সমস্যা খুলুন" 55 | 56 | msgid "previous page" 57 | msgstr "আগের পৃষ্ঠা" 58 | 59 | msgid "Download this page" 60 | msgstr "এই পৃষ্ঠাটি ডাউনলোড করুন" 61 | 62 | msgid "Theme by the" 63 | msgstr "থিম দ্বারা" 64 | -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Sphinx-Book-Theme\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Content-Transfer-Encoding: 8bit\n" 8 | "Language: ko\n" 9 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 | 11 | msgid "suggest edit" 12 | msgstr "편집 제안" 13 | 14 | msgid "Last updated on" 15 | msgstr "마지막 업데이트" 16 | 17 | msgid "Edit this page" 18 | msgstr "이 페이지 편집" 19 | 20 | msgid "Launch" 21 | msgstr "시작하다" 22 | 23 | msgid "Print to PDF" 24 | msgstr "PDF로 인쇄" 25 | 26 | msgid "open issue" 27 | msgstr "열린 문제" 28 | 29 | msgid "Download notebook file" 30 | msgstr "노트북 파일 다운로드" 31 | 32 | msgid "Toggle navigation" 33 | msgstr "탐색 전환" 34 | 35 | msgid "Source repository" 36 | msgstr "소스 저장소" 37 | 38 | msgid "By the" 39 | msgstr "에 의해" 40 | 41 | msgid "next page" 42 | msgstr "다음 페이지" 43 | 44 | msgid "repository" 45 | msgstr "저장소" 46 | 47 | msgid "Sphinx Book Theme" 48 | msgstr "스핑크스 도서 테마" 49 | 50 | msgid "Download source file" 51 | msgstr "소스 파일 다운로드" 52 | 53 | msgid "Contents" 54 | msgstr "내용" 55 | 56 | msgid "By" 57 | msgstr "으로" 58 | 59 | msgid "Copyright" 60 | msgstr "저작권" 61 | 62 | msgid "Fullscreen mode" 63 | msgstr "전체 화면으로보기" 64 | 65 | msgid "Open an issue" 66 | msgstr "이슈 열기" 67 | 68 | msgid "previous page" 69 | msgstr "이전 페이지" 70 | 71 | msgid "Download this page" 72 | msgstr "이 페이지 다운로드" 73 | 74 | msgid "Theme by the" 75 | msgstr "테마별" 76 | -------------------------------------------------------------------------------- /book/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Sphinx-Book-Theme\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Content-Transfer-Encoding: 8bit\n" 8 | "Language: mr\n" 9 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 | 11 | msgid "suggest edit" 12 | msgstr "संपादन सुचवा" 13 | 14 | msgid "Last updated on" 15 | msgstr "अखेरचे अद्यतनित" 16 | 17 | msgid "Edit this page" 18 | msgstr "हे पृष्ठ संपादित करा" 19 | 20 | msgid "Launch" 21 | msgstr "लाँच करा" 22 | 23 | msgid "Print to PDF" 24 | msgstr "पीडीएफवर मुद्रित करा" 25 | 26 | msgid "open issue" 27 | msgstr "खुला मुद्दा" 28 | 29 | msgid "Download notebook file" 30 | msgstr "नोटबुक फाईल डाउनलोड करा" 31 | 32 | msgid "Toggle navigation" 33 | msgstr "नेव्हिगेशन टॉगल करा" 34 | 35 | msgid "Source repository" 36 | msgstr "स्त्रोत भांडार" 37 | 38 | msgid "By the" 39 | msgstr "द्वारा" 40 | 41 | msgid "next page" 42 | msgstr "पुढील पृष्ठ" 43 | 44 | msgid "Sphinx Book Theme" 45 | msgstr "स्फिंक्स बुक थीम" 46 | 47 | msgid "Download source file" 48 | msgstr "स्त्रोत फाइल डाउनलोड करा" 49 | 50 | msgid "By" 51 | msgstr "द्वारा" 52 | 53 | msgid "Copyright" 54 | msgstr "कॉपीराइट" 55 | 56 | msgid "Open an issue" 57 | msgstr "एक मुद्दा उघडा" 58 | 59 | msgid "previous page" 60 | msgstr "मागील पान" 61 | 62 | msgid "Download this page" 63 | msgstr "हे पृष्ठ डाउनलोड करा" 64 | 65 | msgid "Theme by the" 66 | msgstr "द्वारा थीम" 67 | -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Sphinx-Book-Theme\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Content-Transfer-Encoding: 8bit\n" 8 | "Language: zh_CN\n" 9 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 10 | 11 | msgid "suggest edit" 12 | msgstr "提出修改建议" 13 | 14 | msgid "Last updated on" 15 | msgstr "上次更新时间:" 16 | 17 | msgid "Edit this page" 18 | msgstr "编辑此页面" 19 | 20 | msgid "Launch" 21 | msgstr "启动" 22 | 23 | msgid "Print to PDF" 24 | msgstr "列印成 PDF" 25 | 26 | msgid "open issue" 27 | msgstr "创建议题" 28 | 29 | msgid "Download notebook file" 30 | msgstr "下载笔记本文件" 31 | 32 | msgid "Toggle navigation" 33 | msgstr "显示或隐藏导航栏" 34 | 35 | msgid "Source repository" 36 | msgstr "源码库" 37 | 38 | msgid "By the" 39 | msgstr "作者:" 40 | 41 | msgid "next page" 42 | msgstr "下一页" 43 | 44 | msgid "repository" 45 | msgstr "仓库" 46 | 47 | msgid "Sphinx Book Theme" 48 | msgstr "Sphinx Book 主题" 49 | 50 | msgid "Download source file" 51 | msgstr "下载源文件" 52 | 53 | msgid "Contents" 54 | msgstr "目录" 55 | 56 | msgid "By" 57 | msgstr "作者:" 58 | 59 | msgid "Copyright" 60 | msgstr "版权" 61 | 62 | msgid "Fullscreen mode" 63 | msgstr "全屏模式" 64 | 65 | msgid "Open an issue" 66 | msgstr "创建议题" 67 | 68 | msgid "previous page" 69 | msgstr "上一页" 70 | 71 | msgid "Download this page" 72 | msgstr "下载此页面" 73 | 74 | msgid "Theme by the" 75 | msgstr "主题作者:" 76 | -------------------------------------------------------------------------------- /book/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /book/_build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/minus.png -------------------------------------------------------------------------------- /book/_build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/plus.png -------------------------------------------------------------------------------- /book/_build/html/_static/qe-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/qe-logo-large.png -------------------------------------------------------------------------------- /book/_build/html/_static/sbt-webpack-macros.html: -------------------------------------------------------------------------------- 1 | 5 | {% macro head_pre_bootstrap() %} 6 | 7 | {% endmacro %} 8 | 9 | {% macro body_post() %} 10 | 11 | {% endmacro %} 12 | -------------------------------------------------------------------------------- /book/_build/html/_static/scripts/bootstrap.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v5.3.2 (https://getbootstrap.com/) 3 | * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 5 | */ 6 | -------------------------------------------------------------------------------- /book/_build/html/_static/styles/theme.css: -------------------------------------------------------------------------------- 1 | /* Provided by Sphinx's 'basic' theme, and included in the final set of assets */ 2 | @import "../basic.css"; 3 | -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2022 Fonticons, Inc. 5 | */ 6 | -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /book/_build/html/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | {{ site.name | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }} 10 | 11 | {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} 12 | {% for post in site.posts limit:10 %} 13 | 14 | {{ post.title | xml_escape }} 15 | {% if post.author.name %} 16 | {{ post.author.name | xml_escape }} 17 | {% endif %} 18 | {% if post.excerpt %} 19 | {{ post.excerpt | xml_escape }} 20 | {% else %} 21 | {{ post.content | xml_escape }} 22 | {% endif %} 23 | {{ post.date | date_to_rfc822 }} 24 | {{ site.url }}{{ post.url }} 25 | {{ site.url }}{{ post.url }} 26 | 27 | {% endfor %} 28 | 29 | -------------------------------------------------------------------------------- /book/_build/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /book/_build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/_build/html/objects.inv -------------------------------------------------------------------------------- /book/_build/html/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | Sitemap: https://tea-tasting-statisticians.github.io/sitemap.xml -------------------------------------------------------------------------------- /book/_build/html/sitemap.xml: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | {% for post in site.posts %} 6 | 7 | {{ site.url }}{{ post.url }} 8 | {% if post.lastmod == null %} 9 | {{ post.date | date_to_xmlschema }} 10 | {% else %} 11 | {{ post.lastmod | date_to_xmlschema }} 12 | {% endif %} 13 | 14 | {% if post.sitemap.changefreq == null %} 15 | daily 16 | {% else %} 17 | {{ post.sitemap.changefreq }} 18 | {% endif %} 19 | 20 | {% if post.sitemap.priority == null %} 21 | 0.5 22 | {% else %} 23 | {{ post.sitemap.priority }} 24 | {% endif %} 25 | 26 | 27 | {% endfor %} 28 | -------------------------------------------------------------------------------- /book/_build/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | Sitemap: https://tea-tasting-statisticians.github.io/sitemap.xml -------------------------------------------------------------------------------- /book/_build/sitemap.xml: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | {% for post in site.posts %} 6 | 7 | {{ site.url }}{{ post.url }} 8 | {% if post.lastmod == null %} 9 | {{ post.date | date_to_xmlschema }} 10 | {% else %} 11 | {{ post.lastmod | date_to_xmlschema }} 12 | {% endif %} 13 | 14 | {% if post.sitemap.changefreq == null %} 15 | daily 16 | {% else %} 17 | {{ post.sitemap.changefreq }} 18 | {% endif %} 19 | 20 | {% if post.sitemap.priority == null %} 21 | 0.5 22 | {% else %} 23 | {{ post.sitemap.priority }} 24 | {% endif %} 25 | 26 | 27 | {% endfor %} 28 | -------------------------------------------------------------------------------- /book/_config.yml: -------------------------------------------------------------------------------- 1 | title : Smart Causal Inference [SCI] 2 | author: Smart Causal Inference Team 3 | logo: 'pics/qe-logo-large.png' 4 | 5 | # Short description about the book 6 | description: >- 7 | A brief introduction to Causal Inference. 8 | 9 | execute: 10 | execute_notebooks : off 11 | 12 | # HTML-specific settings 13 | html: 14 | home_page_in_navbar : false 15 | 16 | # Interact link settings 17 | notebook_interface : "notebook" 18 | 19 | # Launch button settings 20 | repository: 21 | url : https://github.com/CausalInferenceLab/Smart_Causal_Inference 22 | path_to_book : "mini_book" 23 | 24 | binder: 25 | binderhub_url : "https://mybinder.org" 26 | text : "Launch binder" 27 | 28 | # LaTeX settings 29 | bibtex_bibfiles: 30 | - _bibliography/references.bib 31 | latex: 32 | latex_engine : "xelatex" 33 | latex_documents: 34 | targetname: book.tex 35 | -------------------------------------------------------------------------------- /book/_toc.yml: -------------------------------------------------------------------------------- 1 | format: jb-article 2 | root: intro 3 | sections: 4 | - file: docs/Chapter1 5 | - file: docs/Chapter2 6 | - file: docs/Chapter3 7 | - file: docs/Chapter4 8 | - file: docs/Chapter5_1 9 | - file: docs/Chapter5_2 10 | - file: docs/Chapter6 11 | - file: docs/Chapter7 12 | - file: docs/Chapter8_1 13 | - file: docs/Chapter8_2 14 | - file: docs/Chapter9_1 15 | - file: docs/Chapter9_2 16 | - file: docs/Chapter10 17 | - file: docs/Chapter11_1 18 | - file: docs/Chapter11_2 19 | -------------------------------------------------------------------------------- /book/docs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/docs/.DS_Store -------------------------------------------------------------------------------- /book/docs/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/docs/.Rhistory -------------------------------------------------------------------------------- /book/docs/Chapter11_2.md: -------------------------------------------------------------------------------- 1 | # Chapter 11.7 ~ 11장 끝 도구변수 2 | 3 | ![](../pics/Chapter11_2-01.jpg) 4 | ![](../pics/Chapter11_2-02.jpg) 5 | ![](../pics/Chapter11_2-03.jpg) 6 | ![](../pics/Chapter11_2-04.jpg) 7 | ![](../pics/Chapter11_2-05.jpg) 8 | ![](../pics/Chapter11_2-06.jpg) 9 | ![](../pics/Chapter11_2-07.jpg) 10 | ![](../pics/Chapter11_2-08.jpg) 11 | ![](../pics/Chapter11_2-09.jpg) 12 | ![](../pics/Chapter11_2-10.jpg) 13 | ![](../pics/Chapter11_2-11.jpg) 14 | ![](../pics/Chapter11_2-12.jpg) 15 | ![](../pics/Chapter11_2-13.jpg) 16 | ![](../pics/Chapter11_2-14.jpg) 17 | ![](../pics/Chapter11_2-15.jpg) 18 | ![](../pics/Chapter11_2-16.jpg) 19 | ![](../pics/Chapter11_2-17.jpg) 20 | ![](../pics/Chapter11_2-18.jpg) 21 | ![](../pics/Chapter11_2-19.jpg) 22 | ![](../pics/Chapter11_2-20.jpg) 23 | ![](../pics/Chapter11_2-21.jpg) 24 | ![](../pics/Chapter11_2-22.jpg) 25 | ![](../pics/Chapter11_2-23.jpg) 26 | ![](../pics/Chapter11_2-24.jpg) 27 | 28 | -------------------------------------------------------------------------------- /book/docs/Chapter5_1.md: -------------------------------------------------------------------------------- 1 | # Chapter 5.1 - 5.3 성향점수 2 | ![](../pics/Chapter5-01.jpg) 3 | ![](../pics/Chapter5-02.jpg) 4 | ![](../pics/Chapter5-03.jpg) 5 | ![](../pics/Chapter5-04.jpg) 6 | ![](../pics/Chapter5-05.jpg) 7 | ![](../pics/Chapter5-06.jpg) 8 | ![](../pics/Chapter5-07.jpg) 9 | ![](../pics/Chapter5-08.jpg) 10 | ![](../pics/Chapter5-09.jpg) 11 | ![](../pics/Chapter5-10.jpg) 12 | ![](../pics/Chapter5-11.jpg) 13 | ![](../pics/Chapter5-12.jpg) 14 | ![](../pics/Chapter5-13.jpg) 15 | ![](../pics/Chapter5-14.jpg) 16 | ![](../pics/Chapter5-15.jpg) 17 | ![](../pics/Chapter5-16.jpg) -------------------------------------------------------------------------------- /book/docs/Chapter5_2.md: -------------------------------------------------------------------------------- 1 | # Chapter 5.4 - 5.끝 성향점수 2 | ![](../pics/Chapter5_2-01.jpg) 3 | ![](../pics/Chapter5_2-02.jpg) 4 | ![](../pics/Chapter5_2-03.jpg) 5 | ![](../pics/Chapter5_2-04.jpg) 6 | ![](../pics/Chapter5_2-05.jpg) 7 | ![](../pics/Chapter5_2-06.jpg) 8 | ![](../pics/Chapter5_2-07.jpg) 9 | ![](../pics/Chapter5_2-08.jpg) 10 | ![](../pics/Chapter5_2-09.jpg) 11 | ![](../pics/Chapter5_2-10.jpg) 12 | ![](../pics/Chapter5_2-11.jpg) 13 | ![](../pics/Chapter5_2-12.jpg) 14 | ![](../pics/Chapter5_2-13.jpg) 15 | ![](../pics/Chapter5_2-14.jpg) 16 | ![](../pics/Chapter5_2-15.jpg) 17 | ![](../pics/Chapter5_2-16.jpg) -------------------------------------------------------------------------------- /book/docs/Chapter8_1.md: -------------------------------------------------------------------------------- 1 | # Chapter 8. 이중차분법 (8.1~8.3) 2 | 3 | ![](../pics/Chapter8-01.jpg) 4 | ![](../pics/Chapter8-02.jpg) 5 | ![](../pics/Chapter8-03.jpg) 6 | ![](../pics/Chapter8-04.jpg) 7 | ![](../pics/Chapter8-05.jpg) 8 | ![](../pics/Chapter8-06.jpg) 9 | ![](../pics/Chapter8-07.jpg) 10 | ![](../pics/Chapter8-08.jpg) 11 | ![](../pics/Chapter8-09.jpg) 12 | ![](../pics/Chapter8-10.jpg) 13 | ![](../pics/Chapter8-11.jpg) 14 | ![](../pics/Chapter8-12.jpg) 15 | ![](../pics/Chapter8-13.jpg) 16 | ![](../pics/Chapter8-14.jpg) 17 | ![](../pics/Chapter8-15.jpg) 18 | ![](../pics/Chapter8-16.jpg) 19 | ![](../pics/Chapter8-17.jpg) 20 | ![](../pics/Chapter8-18.jpg) 21 | ![](../pics/Chapter8-19.jpg) 22 | ![](../pics/Chapter8-20.jpg) 23 | ![](../pics/Chapter8-21.jpg) 24 | ![](../pics/Chapter8-22.jpg) 25 | ![](../pics/Chapter8-23.jpg) 26 | ![](../pics/Chapter8-24.jpg) 27 | ![](../pics/Chapter8-25.jpg) 28 | ![](../pics/Chapter8-26.jpg) 29 | ![](../pics/Chapter8-27.jpg) 30 | ![](../pics/Chapter8-28.jpg) 31 | -------------------------------------------------------------------------------- /book/docs/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | {{ site.name | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }} 10 | 11 | {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} 12 | {% for post in site.posts limit:10 %} 13 | 14 | {{ post.title | xml_escape }} 15 | {% if post.author.name %} 16 | {{ post.author.name | xml_escape }} 17 | {% endif %} 18 | {% if post.excerpt %} 19 | {{ post.excerpt | xml_escape }} 20 | {% else %} 21 | {{ post.content | xml_escape }} 22 | {% endif %} 23 | {{ post.date | date_to_rfc822 }} 24 | {{ site.url }}{{ post.url }} 25 | {{ site.url }}{{ post.url }} 26 | 27 | {% endfor %} 28 | 29 | -------------------------------------------------------------------------------- /book/docs/googlefb941f3a773671df.html: -------------------------------------------------------------------------------- 1 | google-site-verification: googlefb941f3a773671df.html -------------------------------------------------------------------------------- /book/docs/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | Sitemap: https://tea-tasting-statisticians.github.io/sitemap.xml -------------------------------------------------------------------------------- /book/docs/sitemap.xml: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | {% for post in site.posts %} 6 | 7 | {{ site.url }}{{ post.url }} 8 | {% if post.lastmod == null %} 9 | {{ post.date | date_to_xmlschema }} 10 | {% else %} 11 | {{ post.lastmod | date_to_xmlschema }} 12 | {% endif %} 13 | 14 | {% if post.sitemap.changefreq == null %} 15 | daily 16 | {% else %} 17 | {{ post.sitemap.changefreq }} 18 | {% endif %} 19 | 20 | {% if post.sitemap.priority == null %} 21 | 0.5 22 | {% else %} 23 | {{ post.sitemap.priority }} 24 | {% endif %} 25 | 26 | 27 | {% endfor %} 28 | -------------------------------------------------------------------------------- /book/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | 5 | 6 | 7 | {{ site.name | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }} 10 | 11 | {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} 12 | {% for post in site.posts limit:10 %} 13 | 14 | {{ post.title | xml_escape }} 15 | {% if post.author.name %} 16 | {{ post.author.name | xml_escape }} 17 | {% endif %} 18 | {% if post.excerpt %} 19 | {{ post.excerpt | xml_escape }} 20 | {% else %} 21 | {{ post.content | xml_escape }} 22 | {% endif %} 23 | {{ post.date | date_to_rfc822 }} 24 | {{ site.url }}{{ post.url }} 25 | {{ site.url }}{{ post.url }} 26 | 27 | {% endfor %} 28 | 29 | -------------------------------------------------------------------------------- /book/googlefb941f3a773671df.html: -------------------------------------------------------------------------------- 1 | google-site-verification: googlefb941f3a773671df.html -------------------------------------------------------------------------------- /book/pics/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/.DS_Store -------------------------------------------------------------------------------- /book/pics/Chapter1-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-01.png -------------------------------------------------------------------------------- /book/pics/Chapter1-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-02.png -------------------------------------------------------------------------------- /book/pics/Chapter1-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-03.png -------------------------------------------------------------------------------- /book/pics/Chapter1-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-04.png -------------------------------------------------------------------------------- /book/pics/Chapter1-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-05.png -------------------------------------------------------------------------------- /book/pics/Chapter1-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter1-06.png -------------------------------------------------------------------------------- /book/pics/Chapter10-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-01.png -------------------------------------------------------------------------------- /book/pics/Chapter10-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-02.png -------------------------------------------------------------------------------- /book/pics/Chapter10-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-03.png -------------------------------------------------------------------------------- /book/pics/Chapter10-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-04.png -------------------------------------------------------------------------------- /book/pics/Chapter10-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-05.png -------------------------------------------------------------------------------- /book/pics/Chapter10-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-06.png -------------------------------------------------------------------------------- /book/pics/Chapter10-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-07.png -------------------------------------------------------------------------------- /book/pics/Chapter10-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-08.png -------------------------------------------------------------------------------- /book/pics/Chapter10-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-09.png -------------------------------------------------------------------------------- /book/pics/Chapter10-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-10.png -------------------------------------------------------------------------------- /book/pics/Chapter10-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-11.png -------------------------------------------------------------------------------- /book/pics/Chapter10-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-12.png -------------------------------------------------------------------------------- /book/pics/Chapter10-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-13.png -------------------------------------------------------------------------------- /book/pics/Chapter10-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter10-14.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-01.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-02.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-03.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-04.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-05.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-06.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-07.png -------------------------------------------------------------------------------- /book/pics/Chapter11_1-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_1-08.png -------------------------------------------------------------------------------- /book/pics/Chapter11_2-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-01.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-02.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-03.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-04.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-05.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-06.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-07.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-08.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-09.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-10.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-11.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-12.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-13.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-14.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-15.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-16.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-17.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-18.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-19.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-20.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-21.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-22.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-23.jpg -------------------------------------------------------------------------------- /book/pics/Chapter11_2-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter11_2-24.jpg -------------------------------------------------------------------------------- /book/pics/Chapter2-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-01.png -------------------------------------------------------------------------------- /book/pics/Chapter2-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-02.png -------------------------------------------------------------------------------- /book/pics/Chapter2-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-03.png -------------------------------------------------------------------------------- /book/pics/Chapter2-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-04.png -------------------------------------------------------------------------------- /book/pics/Chapter2-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-05.png -------------------------------------------------------------------------------- /book/pics/Chapter2-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-06.png -------------------------------------------------------------------------------- /book/pics/Chapter2-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-07.png -------------------------------------------------------------------------------- /book/pics/Chapter2-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-08.png -------------------------------------------------------------------------------- /book/pics/Chapter2-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-09.png -------------------------------------------------------------------------------- /book/pics/Chapter2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-10.png -------------------------------------------------------------------------------- /book/pics/Chapter2-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-11.png -------------------------------------------------------------------------------- /book/pics/Chapter2-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-12.png -------------------------------------------------------------------------------- /book/pics/Chapter2-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-13.png -------------------------------------------------------------------------------- /book/pics/Chapter2-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-14.png -------------------------------------------------------------------------------- /book/pics/Chapter2-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter2-15.png -------------------------------------------------------------------------------- /book/pics/Chapter3-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-01.png -------------------------------------------------------------------------------- /book/pics/Chapter3-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-02.png -------------------------------------------------------------------------------- /book/pics/Chapter3-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-03.png -------------------------------------------------------------------------------- /book/pics/Chapter3-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-04.png -------------------------------------------------------------------------------- /book/pics/Chapter3-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-05.png -------------------------------------------------------------------------------- /book/pics/Chapter3-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-06.png -------------------------------------------------------------------------------- /book/pics/Chapter3-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-07.png -------------------------------------------------------------------------------- /book/pics/Chapter3-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-08.png -------------------------------------------------------------------------------- /book/pics/Chapter3-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-09.png -------------------------------------------------------------------------------- /book/pics/Chapter3-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-10.png -------------------------------------------------------------------------------- /book/pics/Chapter3-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-11.png -------------------------------------------------------------------------------- /book/pics/Chapter3-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-12.png -------------------------------------------------------------------------------- /book/pics/Chapter3-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-13.png -------------------------------------------------------------------------------- /book/pics/Chapter3-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-14.png -------------------------------------------------------------------------------- /book/pics/Chapter3-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-15.png -------------------------------------------------------------------------------- /book/pics/Chapter3-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-16.png -------------------------------------------------------------------------------- /book/pics/Chapter3-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-17.png -------------------------------------------------------------------------------- /book/pics/Chapter3-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-18.png -------------------------------------------------------------------------------- /book/pics/Chapter3-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-19.png -------------------------------------------------------------------------------- /book/pics/Chapter3-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-20.png -------------------------------------------------------------------------------- /book/pics/Chapter3-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-21.png -------------------------------------------------------------------------------- /book/pics/Chapter3-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-22.png -------------------------------------------------------------------------------- /book/pics/Chapter3-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-23.png -------------------------------------------------------------------------------- /book/pics/Chapter3-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-24.png -------------------------------------------------------------------------------- /book/pics/Chapter3-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-25.png -------------------------------------------------------------------------------- /book/pics/Chapter3-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-26.png -------------------------------------------------------------------------------- /book/pics/Chapter3-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-27.png -------------------------------------------------------------------------------- /book/pics/Chapter3-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-28.png -------------------------------------------------------------------------------- /book/pics/Chapter3-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-29.png -------------------------------------------------------------------------------- /book/pics/Chapter3-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter3-30.png -------------------------------------------------------------------------------- /book/pics/Chapter4-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-01.png -------------------------------------------------------------------------------- /book/pics/Chapter4-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-02.png -------------------------------------------------------------------------------- /book/pics/Chapter4-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-03.png -------------------------------------------------------------------------------- /book/pics/Chapter4-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-04.png -------------------------------------------------------------------------------- /book/pics/Chapter4-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-05.png -------------------------------------------------------------------------------- /book/pics/Chapter4-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-06.png -------------------------------------------------------------------------------- /book/pics/Chapter4-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-07.png -------------------------------------------------------------------------------- /book/pics/Chapter4-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-08.png -------------------------------------------------------------------------------- /book/pics/Chapter4-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-09.png -------------------------------------------------------------------------------- /book/pics/Chapter4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-10.png -------------------------------------------------------------------------------- /book/pics/Chapter4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-11.png -------------------------------------------------------------------------------- /book/pics/Chapter4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-12.png -------------------------------------------------------------------------------- /book/pics/Chapter4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-13.png -------------------------------------------------------------------------------- /book/pics/Chapter4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-14.png -------------------------------------------------------------------------------- /book/pics/Chapter4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-15.png -------------------------------------------------------------------------------- /book/pics/Chapter4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-16.png -------------------------------------------------------------------------------- /book/pics/Chapter4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-17.png -------------------------------------------------------------------------------- /book/pics/Chapter4-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-18.png -------------------------------------------------------------------------------- /book/pics/Chapter4-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-19.png -------------------------------------------------------------------------------- /book/pics/Chapter4-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-20.png -------------------------------------------------------------------------------- /book/pics/Chapter4-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-21.png -------------------------------------------------------------------------------- /book/pics/Chapter4-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-22.png -------------------------------------------------------------------------------- /book/pics/Chapter4-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter4-23.png -------------------------------------------------------------------------------- /book/pics/Chapter5-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-01.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-02.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-03.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-04.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-05.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-06.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-07.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-08.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-09.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-10.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-11.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-12.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-13.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-14.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-15.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5-16.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-01.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-02.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-03.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-04.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-05.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-06.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-07.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-08.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-09.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-10.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-11.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-12.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-13.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-14.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-15.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-16.jpg -------------------------------------------------------------------------------- /book/pics/Chapter5_2-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter5_2-17.jpg -------------------------------------------------------------------------------- /book/pics/Chapter6-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-01.webp -------------------------------------------------------------------------------- /book/pics/Chapter6-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-02.png -------------------------------------------------------------------------------- /book/pics/Chapter6-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-03.png -------------------------------------------------------------------------------- /book/pics/Chapter6-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-04.png -------------------------------------------------------------------------------- /book/pics/Chapter6-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-05.png -------------------------------------------------------------------------------- /book/pics/Chapter6-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-06.png -------------------------------------------------------------------------------- /book/pics/Chapter6-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-07.png -------------------------------------------------------------------------------- /book/pics/Chapter6-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-08.png -------------------------------------------------------------------------------- /book/pics/Chapter6-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-09.png -------------------------------------------------------------------------------- /book/pics/Chapter6-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-10.png -------------------------------------------------------------------------------- /book/pics/Chapter6-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-11.png -------------------------------------------------------------------------------- /book/pics/Chapter6-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-12.png -------------------------------------------------------------------------------- /book/pics/Chapter6-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-13.png -------------------------------------------------------------------------------- /book/pics/Chapter6-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-14.png -------------------------------------------------------------------------------- /book/pics/Chapter6-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter6-15.png -------------------------------------------------------------------------------- /book/pics/Chapter7-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-01.png -------------------------------------------------------------------------------- /book/pics/Chapter7-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-02.png -------------------------------------------------------------------------------- /book/pics/Chapter7-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-03.png -------------------------------------------------------------------------------- /book/pics/Chapter7-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-04.png -------------------------------------------------------------------------------- /book/pics/Chapter7-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-05.png -------------------------------------------------------------------------------- /book/pics/Chapter7-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-06.png -------------------------------------------------------------------------------- /book/pics/Chapter7-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-07.png -------------------------------------------------------------------------------- /book/pics/Chapter7-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-08.png -------------------------------------------------------------------------------- /book/pics/Chapter7-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-09.png -------------------------------------------------------------------------------- /book/pics/Chapter7-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-10.png -------------------------------------------------------------------------------- /book/pics/Chapter7-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-11.png -------------------------------------------------------------------------------- /book/pics/Chapter7-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-12.png -------------------------------------------------------------------------------- /book/pics/Chapter7-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-13.png -------------------------------------------------------------------------------- /book/pics/Chapter7-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter7-14.png -------------------------------------------------------------------------------- /book/pics/Chapter8-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-01.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-02.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-03.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-04.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-05.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-06.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-07.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-08.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-09.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-10.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-11.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-12.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-13.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-14.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-15.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-16.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-17.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-18.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-19.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-20.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-21.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-22.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-23.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-24.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-25.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-26.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-27.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8-28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8-28.jpg -------------------------------------------------------------------------------- /book/pics/Chapter8_01-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-01.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-02.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-03.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-04.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-05.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-06.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-07.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-08.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-09.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-10.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-11.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-12.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-13.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-14.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-15.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-16.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-17.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-18.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-19.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-20.png -------------------------------------------------------------------------------- /book/pics/Chapter8_01-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter8_01-21.png -------------------------------------------------------------------------------- /book/pics/Chapter9-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-01.png -------------------------------------------------------------------------------- /book/pics/Chapter9-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-02.png -------------------------------------------------------------------------------- /book/pics/Chapter9-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-03.png -------------------------------------------------------------------------------- /book/pics/Chapter9-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-04.png -------------------------------------------------------------------------------- /book/pics/Chapter9-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-05.png -------------------------------------------------------------------------------- /book/pics/Chapter9-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-06.png -------------------------------------------------------------------------------- /book/pics/Chapter9-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-07.png -------------------------------------------------------------------------------- /book/pics/Chapter9-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-08.png -------------------------------------------------------------------------------- /book/pics/Chapter9-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-09.png -------------------------------------------------------------------------------- /book/pics/Chapter9-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-10.png -------------------------------------------------------------------------------- /book/pics/Chapter9-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-11.png -------------------------------------------------------------------------------- /book/pics/Chapter9-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-12.png -------------------------------------------------------------------------------- /book/pics/Chapter9-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-13.png -------------------------------------------------------------------------------- /book/pics/Chapter9-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9-14.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_1.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_2.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_3.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_4.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_5.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_6.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_7.png -------------------------------------------------------------------------------- /book/pics/Chapter9_1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/Chapter9_1_8.png -------------------------------------------------------------------------------- /book/pics/qe-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CausalInferenceLab/Smart_Causal_Inference/c46586f3a5daec279a0806fb16b9c6c062ce9d60/book/pics/qe-logo-large.png -------------------------------------------------------------------------------- /book/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | Sitemap: https://tea-tasting-statisticians.github.io/sitemap.xml -------------------------------------------------------------------------------- /book/sitemap.xml: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | {% for post in site.posts %} 6 | 7 | {{ site.url }}{{ post.url }} 8 | {% if post.lastmod == null %} 9 | {{ post.date | date_to_xmlschema }} 10 | {% else %} 11 | {{ post.lastmod | date_to_xmlschema }} 12 | {% endif %} 13 | 14 | {% if post.sitemap.changefreq == null %} 15 | daily 16 | {% else %} 17 | {{ post.sitemap.changefreq }} 18 | {% endif %} 19 | 20 | {% if post.sitemap.priority == null %} 21 | 0.5 22 | {% else %} 23 | {{ post.sitemap.priority }} 24 | {% endif %} 25 | 26 | 27 | {% endfor %} 28 | --------------------------------------------------------------------------------