]> git.sesse.net Git - foosball/blobdiff - www/index.xml
Show the rating difference for each game.
[foosball] / www / index.xml
index 8409d4b7a24a3be676cddf301edfb4b59d1c9251..df12da814e206a36603197a8bd6bc43d03f6995b 100644 (file)
           <th>Type</th>
           <th colspan="2">Opponents</th>
          <th>Score</th>
+         <th colspan="2">Rating diff.</th>
        </tr>
       </thead>
       <tbody t:id="lastgames">
          <td><t:username1 /></td>
          <td><t:username2 /></td>
          <td><t:score1 /> &#8211; <t:score2 /></td>
+         <td><t:diff1 /></td>
+         <td><t:diff2 /></td>
        </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.