sublee / trueskill

An implementation of the TrueSkill rating system for Python
https://trueskill.org/
Other
748 stars 114 forks source link

How to get prior probability of player A or player B winning match #10

Closed jhw closed 8 years ago

jhw commented 8 years ago

Hi,

I see you can use quality_1vs1 to get the probability of a draw in a 1vs1 match

print('{:.1%} chance to draw'.format(quality_1vs1(r1, r2))) 44.7% chance to draw

but how do you get the prior probability of player A or player B winning the match ?

Thank you!

sublee commented 8 years ago

Issue #1 would help you.