]> git.sesse.net Git - foosball/blobdiff - www/index.xml
Added an assessment function.
[foosball] / www / index.xml
index 8409d4b7a24a3be676cddf301edfb4b59d1c9251..dbd5359983acd332a1df0b1b3bd7a1a3fb90e867 100644 (file)
        </tr>
       </tbody>
     </table>
+    
+    <h2>Assess a singles match</h2>
+
+    <form method="post" action="assess-single.pl">
+      <table>
+        <tr>
+         <th>User name 1</th>
+         <td><input name="username1" value="" size="10" /></td>
+       </tr>
+        <tr>
+         <th>User name 2</th>
+         <td><input name="username2" value="" size="10" /></td>
+       </tr>
+       <tr>
+         <td colspan="2"><input type="submit" /></td>
+       </tr>
+      </table>
+    </form>
+    
 
     <h2>About the ratings</h2>
 
-    <p>The rating system is a modified Glicko 1 variant, adjusted for teams
-      (with some ideas from Microsoft's TrueSkill system) and non-binary results.
-      For those not familiar with these ratings, the most important parts are:</p>
+    <p>The rating system in use is called <em>FoosRank</em>, and is specially 
+      designed for this system. It is a Bayesian rating system, inspired by
+      Glicko 1 but re-worked out from scratch with a statistically sound model
+      of non-binary results, and adjusted for teams (with some ideas from
+      Microsoft's TrueSkill system). For those not familiar with Bayesian
+      ratings, the most important parts are:</p>
 
     <ul>
       <li>Your rating is a <em>statistical estimation</em> of your true skill.