Skip to content

Commit 16b4f51

Browse files
authored
Merge pull request #278 from DoubleML/dev
Update docs for 0.11.3
2 parents d74e5e7 + 18d6a0b commit 16b4f51

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@
127127
"show_version_warning_banner": False, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/announcements.html#version-warning-banners
128128
"check_switcher": True,
129129
"announcement": "Interested to learn more? We offer <a href='https://trainings.doubleml.org/'>DoubleML Trainings!</a>",
130+
"analytics": {
131+
# The domain you'd like to use for this analytics instance
132+
"plausible_analytics_domain": "docs.doubleml.org",
133+
# The analytics script that is served by Plausible
134+
"plausible_analytics_url": "https://plausible.io/js/script.js",
135+
},
130136
}
131137

132138
html_extra_path = ["../img/logo.png", "../img/logo_dark.png"]

doc/guide/models/plm/plpr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ where :math:`a_i`, :math:`c_i` are random effects and covariate unit means
9393
These approaches remove individual heterogeneity from the model by transforming the data.
9494
For some random variable :math:`W_{it}`, define the First-Difference (FD) transformation
9595
:math:`Q(W_{it}) = W_{it} - W_{it-1}` (for :math:`t=2, \dots, T`), and the Within-Group (WG)
96-
transformation :math:`Q(W_{it}) = X_{it} - \bar{X}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`.
96+
transformation :math:`Q(W_{it}) = W_{it} - \bar{W}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`.
9797

9898
The PLPR model under the transformation approaches takes the form
9999

doc/release/release.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ Release Notes
77

88
.. tab-item:: Python
99

10+
.. dropdown:: DoubleML 0.11.3
11+
:class-title: sd-bg-primary sd-font-weight-bold
12+
:open:
13+
14+
- **Release highlight:** Multiple repetitions for CATE estimation (by `Oliver Schacht <https://github.com/OliverSchacht>`_)
15+
`Py #386 <https://github.com/DoubleML/doubleml-for-py/pull/386>`_
16+
`Py #395 <https://github.com/DoubleML/doubleml-for-py/pull/395>`_
17+
18+
- Maintenance package
19+
`Py #385 <https://github.com/DoubleML/doubleml-for-py/pull/385>`_
20+
`Py #387 <https://github.com/DoubleML/doubleml-for-py/pull/387>`_
21+
`Py #388 <https://github.com/DoubleML/doubleml-for-py/pull/388>`_
22+
`Py #390 <https://github.com/DoubleML/doubleml-for-py/pull/390>`_
23+
`Py #392 <https://github.com/DoubleML/doubleml-for-py/pull/392>`_
24+
25+
- Maintenance documentation
26+
`Docs #274 <https://github.com/DoubleML/doubleml-docs/pull/274>`_
27+
`Docs #276 <https://github.com/DoubleML/doubleml-docs/pull/276>`_
28+
`Docs #278 <https://github.com/DoubleML/doubleml-docs/pull/278>`_
29+
1030
.. dropdown:: DoubleML 0.11.2
1131
:class-title: sd-bg-primary sd-font-weight-bold
1232
:open:

0 commit comments

Comments
 (0)