Skip to content

Commit 56553c9

Browse files
authored
Merge pull request #125 from DoubleML/s-notebook-QTE
Add Example Notebooks for Quantile effects
2 parents 5e1bdc8 + 58f1c4d commit 56553c9

8 files changed

+3361
-7
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
*.idea
2-
1+
*.idea

doc/api/api.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Double machine learning models
2626
DoubleMLPLIV
2727
DoubleMLIRM
2828
DoubleMLIIVM
29-
29+
DoubleMLPQ
30+
DoubleMLLPQ
31+
DoubleMLCVAR
32+
DoubleMLQTE
3033

3134
Datasets module
3235
---------------

doc/examples/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ These are case studies with the Python package :ref:`DoubleML <doubleml_package>
2727
py_double_ml_multiway_cluster.ipynb
2828
py_double_ml_gate.ipynb
2929
py_double_ml_cate.ipynb
30+
py_double_ml_pension_qte.ipynb
31+
py_double_ml_pq.ipynb
32+
py_double_ml_cvar.ipynb
3033

3134
|start-h3| Sandbox |end-h3|
3235

doc/examples/py_double_ml_cvar.ipynb

Lines changed: 716 additions & 0 deletions
Large diffs are not rendered by default.

doc/examples/py_double_ml_multiway_cluster.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@
988988
"provenance": []
989989
},
990990
"kernelspec": {
991-
"display_name": "Python 3 (ipykernel)",
991+
"display_name": "dml_base",
992992
"language": "python",
993993
"name": "python3"
994994
},
@@ -1002,7 +1002,12 @@
10021002
"name": "python",
10031003
"nbconvert_exporter": "python",
10041004
"pygments_lexer": "ipython3",
1005-
"version": "3.9.7"
1005+
"version": "3.10.8"
1006+
},
1007+
"vscode": {
1008+
"interpreter": {
1009+
"hash": "04413e1efd13b5e2aaedccc5facec5686292d28983ef24fa021a12c73bd6369e"
1010+
}
10061011
}
10071012
},
10081013
"nbformat": 4,

doc/examples/py_double_ml_pension.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@
11211121
],
11221122
"metadata": {
11231123
"kernelspec": {
1124-
"display_name": "Python 3 (ipykernel)",
1124+
"display_name": "dml_base",
11251125
"language": "python",
11261126
"name": "python3"
11271127
},
@@ -1135,7 +1135,12 @@
11351135
"name": "python",
11361136
"nbconvert_exporter": "python",
11371137
"pygments_lexer": "ipython3",
1138-
"version": "3.9.7"
1138+
"version": "3.10.8"
1139+
},
1140+
"vscode": {
1141+
"interpreter": {
1142+
"hash": "04413e1efd13b5e2aaedccc5facec5686292d28983ef24fa021a12c73bd6369e"
1143+
}
11391144
}
11401145
},
11411146
"nbformat": 4,

0 commit comments

Comments
 (0)