mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
add explanation for RSD
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<th class="th-sm">Insurgent Win</th>
|
<th class="th-sm">Insurgent Win</th>
|
||||||
<th class="th-sm">Security Win</th>
|
<th class="th-sm">Security Win</th>
|
||||||
<th class="th-sm">Average Time</th>
|
<th class="th-sm">Average Time</th>
|
||||||
<th class="th-sm">Rating System Deviation</th>
|
<th class="th-sm">Rating System Deviation*</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -55,6 +55,9 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<p>
|
||||||
|
<i>*Rating System Deviation:</i> Percentage difference between the ratio of correctly predicted games by the rating system, to the average confidence of those predictions. For example: 10 games played, 6 games correctly predicted based on ratings with an average confidence of 50% is +20% deviation.
|
||||||
|
</p>
|
||||||
{% include 'footer.html' %}
|
{% include 'footer.html' %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user