Commit 536aeb5
synthetic-control: address CI codex R1 — document equal-weight predictor restriction (P1)
Add a **Note:** in REGISTRY §SyntheticControl (mirrored in docs/api/synthetic_control.rst)
that predictor rows support only EQUAL-WEIGHT linear combinations — mean (k_s=1/T0), sum
(k_s=1), and per-period outcome lags (identity) — and NOT ADH (2010) §2.3's general
arbitrary-weight form Ȳ = Σ_s k_s Y_is (nor non-linear ops like median). The supported
set still spans standard Synth::dataprep predictors.op + special.predictors usage;
arbitrary-weight K_m is a deferred extension. Documents the restriction introduced when
median was dropped, so it is no longer an undocumented methodology deviation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8a70fa6 commit 536aeb5
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
| 1984 | + | |
1984 | 1985 | | |
1985 | 1986 | | |
1986 | 1987 | | |
| |||
0 commit comments