Skip to content

Commit 611ecd9

Browse files
igerberclaude
andcommitted
Address PR #398 R2 review (1 P1 + 1 P3): scope estimand + soften coverage claim
- Slide 4: add italic footnote below the cards spelling out the estimand split: "Returns WAS on continuous-at-zero designs; WAS_d_lower otherwise." Card 2 title kept as "Recover the Weighted Average Slope." since the footnote now carries the precision and the marketing connection to slide 6's WAS hero is preserved. - Slide 10 card 4: "coverage at nominal level" -> "coverage near nominal level" to match REGISTRY language and the loose lower-bar in tests/test_had_mc.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3653df5 commit 611ecd9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

73 Bytes
Binary file not shown.

carousel/generate_had_carousel.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,18 @@ def slide_04_introducing_had(self):
757757
self.set_text_color(*GRAY)
758758
self.cell(box_w - bar_w - 24, 10, desc)
759759

760+
# Methodology footnote (transparency on the WAS / WAS_d_lower split)
761+
footnote_y = start_y + len(items) * (box_h + gap) + 8
762+
self.set_xy(0, footnote_y)
763+
self.set_font("Helvetica", "I", 10)
764+
self.set_text_color(*LIGHT_GRAY)
765+
self.cell(
766+
WIDTH,
767+
8,
768+
"Returns WAS on continuous-at-zero designs; WAS_d_lower otherwise.",
769+
align="C",
770+
)
771+
760772
self.add_footer()
761773

762774
def slide_05_insight(self):
@@ -1041,7 +1053,7 @@ def slide_10_validated(self):
10411053
),
10421054
(
10431055
"Monte Carlo Oracle Consistency",
1044-
"Recovers the known-tau DGP; coverage at nominal level.",
1056+
"Recovers the known-tau DGP; coverage near nominal level.",
10451057
),
10461058
]
10471059

0 commit comments

Comments
 (0)