Skip to content

Commit 0e42937

Browse files
igerberclaude
andcommitted
Narrow power-analysis changelog wording per AI review
Clarify that simulation-based power analysis has built-in support for registry-backed estimators, with custom data_generator/result_extractor hooks required for unregistered estimators. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c6333e6 commit 0e42937

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- **EfficientDiD validation tests** against Chen, Sant'Anna & Xie (2025) using HRS dataset
2020
- HRS validation fixture with provenance documentation
2121
- Shared DGP helper in `tests/helpers/edid_dgp.py`
22-
- Simulation-based power analysis for all estimators (MDE, sample size, power curves)
22+
- Simulation-based power analysis for all registry-backed estimators (MDE, sample size, power curves); unregistered estimators supported via custom `data_generator` and `result_extractor`
2323

2424
### Changed
25-
- Extend power analysis to support all estimators with `result_extractor` parameter
25+
- Extend power analysis to support all registry-backed estimators with `result_extractor` parameter
2626
- Update power analysis tutorial with simulation-based features
2727
- Reject `absorb + fixed_effects` combination (FWL violation) in both survey and non-survey paths
2828

0 commit comments

Comments
 (0)