mike1989 wrote: ↑17 Jul 2018, 16:35
computerrank wrote: ↑17 Jul 2018, 10:11
mike1989 wrote: ↑17 Jul 2018, 08:29
Tyson Fury has an error in the current ranking:
After the fight with Wladimir Klitschko 2015-11-28 the rating was 641 points
the fall of the rating occurred on 2017-05-28 and the Fury rating was 320.5 points
The next drop in the rating will occur on 2018-11-28
why is the current rating of Tyson Fury 206 points ???
Hi Michael,
yes, you are right with the old program release.
Rule 23 was extended to:
The rating of a boxer is reduced by 50% for every time period of inactivity of 18 months
- and to even less in proportion to a longer time period of inactivity
Hi, Martin! You can please by example ??
r_red - 10 = (r_old - 10) * (1 - 0.5*(1 - 2*best_opp/r_old)) for men
best_opp=0 for time of inactivity
r_red - 10 = (r_old - 10) * (1 - 0.5) for men and 18 months of inactivity
extended to more than 18 months inactivity
r_red - 10 = (r_old - 10) * (1 - 0.5)**(time of inactivity / 18 months); 18 months = 365.24 days/year * 1.5 years
example Tyson Fury
inactivity from 2015-11-28 to 2018-06-09 = datedif("2015-11-28";"2018-06-09";"d") = 924 days
r_red - 10 = (641 - 10) * (1 - 0.5)**(924/547.86) = 631*0.5**1.687 = 631*0.3107 = 196
r_red = 196 + 10 = 206