Awesome Go

bradleyterry

CategoryScience and Data Analysis
SubcategoryScience and Data Analysis
Stars0

Provides a Bradley-Terry Model for pairwise comparisons

About bradleyterry

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.

Frequently Asked Questions

What is bradleyterry?

bradleyterry is a Science and Data Analysis library for the Go programming language. Provides a Bradley-Terry Model for pairwise comparisons

How do I install bradleyterry?

Install bradleyterry with the Go module system using `go get seanhagen/bradleyterry`. Check the repository for the current installation instructions.

What category does bradleyterry belong to?

bradleyterry is listed under Science and Data Analysis, specifically Science and Data Analysis.

← Back to Science and Data Analysis