-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiny documentation error with explanation of beta parameter #11
Comments
Thank you for the report. I agree on your opinion. Should we describe Beta as |
Which win probability formula you used? If you used the last one, should the simple formula be
|
I think there's a mistake in that simplification: I would probably describe beta as "the distance which guarantees about 76% (specifically Φ(1/√2)) chance of winning". Also, thanks so much for your work on this project. When I discovered the TrueSkill site/papers I was excited to use it but the thought of implementing it from scratch made my heart sink a little :) |
Oh, you're right. I had a mistake. Thank you for letting me know. Would you give me a pull request to add you to the contributor list? If you don't care about the contributor list, I'll update the document myself. |
I released TrueSkill-0.4.4 with your patch. http://trueskill.org/#version-0-4-4 |
The documentation describes beta as "the distance which guarantees about 75.6% chance of winning". I think the correct percentage should be 76.025% (rounded however you wish). While the difference is trivial, it might confuse other people.
I was curious where the 75.6 magic number came from so derived what it should be, using the formula for computing win probability (mentioned in another issue). If you consider a match of two players, with the player sigmas and draw margins being 0, and the difference in rating means equal to beta, the win probability simplifies to cdf(1/sqrt(2)), which is about 0.76025.
The text was updated successfully, but these errors were encountered: