← Glossary
Impact / RAPM-Family NOT USED (superseded by modern derivatives)

Regularized Adjusted Plus-Minus (xRAPM)

xRAPM (also written RAPM) is the foundational methodology underlying all modern impact metrics. It solves the noise problem of raw APM by applying ridge regression regularization — a mathematical constraint that shrinks estimates toward zero (league average) when sample size is small, preventing outlier estimates from single-season small samples.

Like APM, xRAPM regresses per-stint point differential against player presence matrices. Unlike APM, it adds an L2 regularization penalty that reduces coefficient magnitude, trading a small amount of potential accuracy for a large reduction in variance. Sill (2010) provides the seminal academic treatment of this approach.

The most direct available estimate of individual impact using actual lineup outcomes. With sufficient sample size (multiple seasons), produces stable estimates widely regarded as the best available single measure of player value. Sill (2010) demonstrates that Bayesian priors (which xRAPM implements) stabilize estimates significantly faster than OLS.

Noisy on single-season data — typically requires 2-3 seasons for reliable estimates. Not widely available as a current, maintained public data source. EPM, LEBRON, and DARKO DPM are all essentially improved implementations of xRAPM that use box score priors to accelerate convergence.

APEX does not use raw xRAPM directly because no maintained public source provides it at the quality and historical coverage needed. Instead, APEX uses EPM, LEBRON, and DARKO DPM — all of which are xRAPM derivatives that address the sample size problem through box score priors and regularization. Methodologically, APEX's entire Impact pillar is xRAPM in spirit, implemented through its three best maintained public derivatives.