2026 Fantasy Football Lab is Open for Business
In fantasy football, raw production wins weeks, but consistency wins championships. Volume, efficiency, and opportunity fluctuate, yet the players who reliably deliver week after week form the backbone of winning rosters. This article formalizes a Consistency of Metrics (COM) framework for wide receivers heading into the 2026 season, fuses two years of data with historically weighted averaging, layers in current PPR Average Draft Position (ADP), and applies a full Gaussian Mixture Model (GMM) to produce both hard tiers and soft probabilistic memberships. The result is a transparent, data-driven ranking system that quantifies not only how consistent a receiver has been, but how confidently we can place him in a given tier.
COM expresses the percentage of games in which a player met a predefined consistency threshold (typically a fantasy-point floor relative to positional expectations).
We begin with two seasons of observed COM:
2024 COM — prior-year baseline
2025 COM — most recent observed consistency
A naïve average treats both years equally and ignores the natural decay of relevance. Instead we apply a historically weighted average that privileges recency while still incorporating last year’s strength as a reliability prior:
Weighted COM=w24⋅COM2024+w25⋅COM2025\text{Weighted COM} = w_{24} \cdot \text{COM}_{2024} + w_{25} \cdot \text{COM}_{2025}
\text{Weighted COM} = w_{24} \cdot \text{COM}_{2024} + w_{25} \cdot \text{COM}_{2025}
where the weight on 2024 is itself a mild function of that year’s consistency:
w24=0.35+0.10×(COM2024100),w25=1−w24w_{24} = 0.35 + 0.10 \times \left(\frac{\text{COM}_{2024}}{100}\right), \quad w_{25} = 1 - w_{24}
w_{24} = 0.35 + 0.10 \times \left(\frac{\text{COM}_{2024}}{100}\right), \quad w_{25} = 1 - w_{24}
Special cases are handled explicitly:
Only 2025 available →
0.8×COM20250.8 \times \text{COM}_{2025}0.8 \times \text{COM}_{2025}
(discount for missing history)
Only 2024 available →
0.5×COM20240.5 \times \text{COM}_{2024}0.5 \times \text{COM}_{2024}
(steep discount for stale data)
Both zero → 0
This produces a single scalar that balances recency, historical strength, and data completeness.
Hard cut-offs (e.g., “Tier 1 = 80+”) are convenient but brittle. Real consistency distributions are continuous and overlapping. We therefore fit a one-dimensional Gaussian Mixture Model with five components via the Expectation-Maximization algorithm. Each component is a Gaussian characterized by mean
μk\mu_k\mu_k
, variance
σk2\sigma_k^2\sigma_k^2
, and mixing weight
πk\pi_k\pi_k
.After convergence and sorting by descending mean, the five components become:
Tier Approximate Center Interpretation
1 ~69–75 Elite consistency core
2 ~42–59 High-floor, reliable starters
3 ~23–40 Solid depth / boom-bust mix
4 ~15 Fringe / matchup-dependent
5 ~6 Speculative / low sample
For every receiver, the model returns a soft probability vector
(γ1,γ2,γ3,γ4,γ5)(\gamma_1, \gamma_2, \gamma_3, \gamma_4, \gamma_5)(\gamma_1, \gamma_2, \gamma_3, \gamma_4, \gamma_5)
— the posterior probability that the player belongs to each tier. The hard tier is simply argmaxkγk\arg\max_k \gamma_k\arg\max_k \gamma_k
.
Soft probabilities surface uncertainty: a player who is 70 % Tier 1 / 30 % Tier 2 is meaningfully different from one who is 98 % Tier 1.
Consistency without cost is incomplete. We overlay current PPR ADP (Fantasy Football Calculator consensus from the 8–15 August 2026 mock-draft window, cross-checked against other major platforms).
The juxtaposition immediately highlights relative value:
Elite COM + early ADP → justified premium (Puka Nacua, Amon-Ra St. Brown, Jaxon Smith-Njigba, Ja’Marr Chase).
Elite or high COM + later ADP → potential bargains (Tee Higgins, Nico Collins, Courtland Sutton, Khalil Shakir).
Declining COM + still-early ADP → caution flags (certain veterans whose 2025 numbers lagged 2024).
The true Tier-1 core (soft probability > 0.85 on the highest component) is compact: Puka, ARSB, JSN, Chase, Nico, Higgins, and Lamb. These players combine elite floors with market consensus.
Rashee Rice and Chris Olave illustrate the weighting scheme's power: modest 2024 COM is more than offset by explosive 2025 consistency, elevating them into the upper tiers with non-trivial Tier-1 probability mass.
High-2024 / lower-2025 profiles (Justin Jefferson, Garrett Wilson, Malik Nabers) retain solid Weighted COM but show leakage into lower components — the model correctly signals increased uncertainty.
Mid-round value densifies around Weighted COM 55–65 (Ladd McConkey, DeVonta Smith, Jameson Williams, Alec Pierce). Soft probabilities here are often 80–95 % Tier 2, giving drafters a clear “safe starter” cluster.
Deep sleepers with sudden 2025 spikes (certain rookies and second-year breakouts) receive partial credit via the 0.8 multiplier, preventing over-reaction while still elevating them above pure zero-history players.
Early rounds — Prioritize players whose soft probability on Tier 1 exceeds 0.80 and whose ADP is not dramatically inflated relative to the model.
Middle rounds — Target high Tier-2 probability players whose ADP lags their Weighted COM (classic “value” zone).
Late rounds/bench — Use soft probabilities on Tier 3–4 as a ranking among speculative upside plays; prefer those with at least modest 2025 COM over pure historical holdovers.
Risk management — When two players have similar ADP, the one with higher probability mass on the upper components is the safer selection.
The complete ranked list — every wide receiver with 2024 COM, 2025 COM, Weighted COM, current PPR ADP, hard tier, and the five soft-probability columns — is available as a downloadable CSV generated from the model. The underlying GMM parameters (means, variances, mixing weights) are fully reproducible, allowing analysts to re-fit with different component counts or alternative weighting schemes.
Fantasy football will always contain irreducible uncertainty — injuries, scheme changes, and random variation. What the Science of Consistency offers is a disciplined reduction of that uncertainty: a transparent fusion of multi-year performance, statistical clustering that respects continuous distributions, and market pricing that reveals relative value. By replacing gut-feel tiers with soft probabilistic memberships, we move closer to treating consistency as a measurable, optimizable asset rather than a post-hoc narrative. Draft accordingly.