/bradleyterry

Package to do Bradley-Terry Model pairwise compairsons

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.