Quote:
Originally Posted by ThatEbayGuy
Is there any way you could help me tweak the Elo rating? I have a guy who is 4-1 on the bottom of the ladder and that makes no sense to me.
|
You would need to change one of these equations in ladders.php...
PHP Code:
$p_f = 1 - 1/(10^($dr*sqrt($k)/2000)+1);
PHP Code:
$newrank_u = $rank_u + 4*sqrt($k)*(1-$p_f)
If you've got any improvements i'll happily add them.