Draft Class Strength Rating Calculator

Evaluate the overall strength of a draft class by combining top prospect grades, class depth, and positional scarcity into a single 0–100 rating.

Formula

Tier Score (each tier)
TierScore = min(TierCount / (TierNorm × N), 1) × AvgGrade
where TierNorm = 10% (Elite), 30% (Solid), 40% (Fringe)

Depth Score
DepthScore = min((EliteCount + SolidCount + FringeCount) / N, 1) × 100

Raw Weighted Score
RawScore = 0.50 × EliteScore + 0.30 × SolidScore + 0.10 × FringeScore + 0.10 × DepthScore

Adjustments
PosBonus = (PosScarcity / 10) × 5
InjPenalty = (InjuryRisk / 10) × 10

Final Rating
FinalRating = clamp(RawScore + PosBonus − InjPenalty, 0, 100)

Assumptions & References