accuracy_trend
Track your estimation accuracy trend over time by computing sliding-window MAPE and comparing against the industry baseline, showing if estimates improve, degrade, or stay stable.
Instructions
Track estimation accuracy improvement over time.
Computes sliding-window MAPE and compares against industry baseline (25%). Shows whether your estimates are improving, degrading, or stable. Industry research shows estimation accuracy does NOT improve with experience (Cao 2022) — self-correcting systems like Epoch can buck this trend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Optional team identifier to scope historical data. | |
| window_size | No | Number of records per sliding window. |