• Stars
    star
    8
  • Rank 2,030,518 (Top 42 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Package to do Bradley-Terry Model pairwise compairsons

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.