github.com/seanhagen/bradleyterry

Package to do Bradley-Terry Model pairwise compairsons


Keywords
statistical-models, bradley-terry
License
BSD-3-Clause
Install
go get github.com/seanhagen/bradleyterry

Documentation

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.