📚 bradleyterry - Awesome Go Library for Science and Data Analysis

Provides a Bradley-Terry Model for pairwise comparisons
🏷️ Science and Data Analysis
📂 Science and Data Analysis
⭐ 0 stars
Detailed Description of bradleyterry
Bradley-Terry Model

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.