Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,24 @@ jupyter nbconvert --to notebook --execute --inplace policy-impacts-dynamic.ipynb
```

**Note**: These data files are committed to the repo, so you don't need to regenerate them unless reforms or parameters change.

### `policy-impacts-2100.ipynb`
Tests all 8 reform options using the 2100 projection dataset to assess long-term impacts.

**Dataset**: `hf://policyengine/test/2100.h5`
**Year**: 2100 only
**Scoring**: Static (no behavioral responses)

**Execution time**: ~20-30 minutes (single year, 8 reforms)

**Output files** (saved to `data/`):
- `policy_impacts_2100.csv` - Full results with all columns
- `policy_impacts_2100_summary.csv` - Summary table sorted by impact

**How to run**:
```bash
cd analysis
jupyter nbconvert --to notebook --execute --inplace policy-impacts-2100.ipynb
```

**Purpose**: Validates that reforms work correctly in long-term projections and provides insight into how demographic/economic changes affect reform impacts.
Loading