Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.23 KB

Bradley-Terry Model Build Status stability-stable Go Report Card GoDoc codecov.io Mentioned in Awesome Go

The Bradley-Terry Model is useful when comparing the results of a bunch of pairings to see what item is most relevant or best choice.

It's also used a bunch to determine the best team to bet on.

I wrote this version because I need to compare the preferred pieces of equipment at a playground, and didn't want to have to call out to Python or R to get the correct answer.