Golf Data Viz logoGolf Data Viz

Methodology

True Strokes Gained requires shot-level start/end context (e.g., putt starting distances). This MVP is a proxy model that uses aggregate round statistics to estimate where you gain and lose strokes relative to your handicap peers.

SG Category Formulas

CategoryFormulaWeight
Off the Tee(FIR% - peerFIR%) x 6.0 + (peerPenalties - penalties) x 0.86.0, 0.8
Approach(GIR/18 - peerGIR%) x 8.08.0
Around the Green(scrambleRate - peerScramble%) x 5.05.0
Putting(peerPutts/18 - playerPutts/18) x 4.0 + clamp(threePuttBonus, -0.5, 0.5)4.0

Data Sources & Citations

Assumptions & Limitations

Calibration Sanity Check

Weights are heuristic, pending calibration against a validation dataset. The table below shows computed SG totals for representative fixture rounds to verify directional correctness.

ScenarioHCPScoreExpected DirectionActual SG Total
Scratch good round273Positive (better than peers)+1.21
10-HCP average1082~0 (near peer average)+0.27
15-HCP bad round1598Negative (worse than peers)-5.26
20-HCP typical2297~0 (near peer average)-1.28
30+ HCP round35110Negative (worse than peers)-2.00

Changelog