Add full quantile stats and post-hoc calibration

This commit is contained in:
2026-01-28 00:52:42 +08:00
parent 6d5c5fffb1
commit c68a6e3c97
9 changed files with 91 additions and 49 deletions

View File

@@ -62,3 +62,12 @@
- **Files**:
- `example/export_samples.py`
- `example/config.json`
## 2026-01-27 — Post-hoc quantile calibration
- **Decision**: Add optional post-hoc quantile calibration to align generated 1D CDFs with real data.
- **Why**: KS remained high with distribution shifts even after boundary fixes.
- **Files**:
- `example/data_utils.py`
- `example/export_samples.py`
- `example/prepare_data.py`
- `example/config.json`