You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/did/did_cs.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
22
22
init_notebook_mode(all_interactive=True)
23
23
```
24
24
25
-
## ATTE Coverage
25
+
## Coverage
26
26
27
-
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
27
+
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
Copy file name to clipboardExpand all lines: doc/did/did_cs_multi.qmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
22
22
init_notebook_mode(all_interactive=True)
23
23
```
24
24
25
-
## ATTE Coverage
25
+
## Coverage
26
26
27
-
The simulations are based on the [make_did_cs_CS2021](https://docs.doubleml.org/dev/api/generated/doubleml.did.datasets.make_did_cs_CS2021.html)-DGP with $2000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
27
+
The simulations are based on the [make_did_cs_CS2021](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_cs_CS2021.html)-DGP with $1000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
28
28
29
29
- Type 1: Linear outcome model and treatment assignment
30
30
- Type 4: Nonlinear outcome model and treatment assignment
These simulations test different types of aggregation, as described in [DiD User Guide](https://docs.doubleml.org/dev/guide/models.html#difference-in-differences-models-did).
115
+
These simulations test different types of aggregation, as described in [DiD User Guide](https://docs.doubleml.org/stable/guide/models.html#difference-in-differences-models-did).
116
116
117
117
The non-uniform results (coverage, ci length and bias) refer to averaged values over all $ATTs$ (point-wise confidence intervals).
Copy file name to clipboardExpand all lines: doc/did/did_pa.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
22
22
init_notebook_mode(all_interactive=True)
23
23
```
24
24
25
-
## ATTE Coverage
25
+
## Coverage
26
26
27
-
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
27
+
The simulations are based on the the [make_did_SZ2020](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_SZ2020.html)-DGP with $1000$ observations. Learners are only set to boosting, due to time constraints (and the nonlinearity of some of the DGPs).
Copy file name to clipboardExpand all lines: doc/did/did_pa_multi.qmd
+198-7Lines changed: 198 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ from utils.style_tables import generate_and_show_styled_table
22
22
init_notebook_mode(all_interactive=True)
23
23
```
24
24
25
-
## ATTE Coverage
25
+
## Coverage
26
26
27
-
The simulations are based on the the [make_did_CS2021](https://docs.doubleml.org/dev/api/generated/doubleml.did.datasets.make_did_CS2021.html)-DGP with $2000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
27
+
The simulations are based on the the [make_did_CS2021](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_CS2021.html)-DGP with $1000$ observations. Learners are both set to either boosting or a linear (logistic) model. Due to time constraints we only consider the following DGPs:
28
28
29
29
- Type 1: Linear outcome model and treatment assignment
30
30
- Type 4: Nonlinear outcome model and treatment assignment
These simulations test different types of aggregation, as described in [DiD User Guide](https://docs.doubleml.org/dev/guide/models.html#difference-in-differences-models-did).
115
+
These simulations test different types of aggregation, as described in [DiD User Guide](https://docs.doubleml.org/stable/guide/models.html#difference-in-differences-models-did).
116
116
117
117
The non-uniform results (coverage, ci length and bias) refer to averaged values over all $ATTs$ (point-wise confidende intervals).
The simulations are based on the the [make_did_CS2021](https://docs.doubleml.org/stable/api/generated/doubleml.did.datasets.make_did_CS2021.html)-DGP with $1000$ observations. Due to time constraints we only consider one learner, use in-sample normalization and the following DGPs:
328
+
329
+
- Type 1: Linear outcome model and treatment assignment
330
+
- Type 4: Nonlinear outcome model and treatment assignment
331
+
332
+
The non-uniform results (coverage, ci length and bias) refer to averaged values over all $ATTs$ (point-wise confidende intervals). This is only an example as the untuned version just relies on the default configuration.
These simulations test different types of aggregation, as described in [DiD User Guide](https://docs.doubleml.org/stable/guide/models.html#difference-in-differences-models-did).
386
+
387
+
As before, we only consider one learner, use in-sample normalization and the following DGPs:
388
+
389
+
- Type 1: Linear outcome model and treatment assignment
390
+
- Type 4: Nonlinear outcome model and treatment assignment
391
+
392
+
The non-uniform results (coverage, ci length and bias) refer to averaged values over all $ATTs$ (point-wise confidende intervals). This is only an example as the untuned version just relies on the default configuration.
0 commit comments