Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.03 KB

calculation.md

File metadata and controls

21 lines (12 loc) · 1.03 KB

Elo calculation

Elo is calculated using this formula:

formula

PA = probability of win for player A
RA = rating for player A
RB = rating for player B

Logistics

  • The x-axis = RA - RB
  • The y-axis = PA

ELO Calculation

Calculator