https://github.com/seanhagen/bradleyterry
Package to do Bradley-Terry Model pairwise compairsons
https://github.com/seanhagen/bradleyterry
bradley-terry statistical-models
Last synced: about 1 month ago
JSON representation
Package to do Bradley-Terry Model pairwise compairsons
- Host: GitHub
- URL: https://github.com/seanhagen/bradleyterry
- Owner: seanhagen
- License: bsd-3-clause
- Created: 2019-04-30T00:28:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T18:10:35.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T20:52:49.696Z (9 months ago)
- Topics: bradley-terry, statistical-models
- Language: Go
- Size: 16.6 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - bradleyterry - Provides a Bradley-Terry Model for pairwise comparisons. (Science and Data Analysis / HTTP Clients)
- zero-alloc-awesome-go - bradleyterry - Provides a Bradley-Terry Model for pairwise comparisons. (Science and Data Analysis / HTTP Clients)
- awesome-go-extra - bradleyterry - Terry Model pairwise compairsons|6|2|0|2019-04-30T00:28:13Z|2019-05-02T18:10:35Z| (Science and Data Analysis / HTTP Clients)
README
Bradley-Terry Model [](https://www.travis-ci.org/seanhagen/bradleyterry) [](https://github.com/emersion/stability-badges#stable) [](https://goreportcard.com/report/github.com/seanhagen/bradleyterry)
[](https://godoc.org/github.com/seanhagen/bradleyterry)
[](https://codecov.io/gh/seanhagen/bradleyterry) [](https://github.com/avelino/awesome-go)
===================The [Bradley-Terry
Model](https://en.wikipedia.org/wiki/Bradley%E2%80%93Terry_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.