Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T18:10:35.000Z (over 5 years ago)
- Last Synced: 2024-07-31T20:52:49.696Z (4 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 [![Build
Status](https://www.travis-ci.org/seanhagen/bradleyterry.svg?branch=master)](https://www.travis-ci.org/seanhagen/bradleyterry) [![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/emersion/stability-badges#stable) [![Go Report
Card](https://goreportcard.com/badge/github.com/seanhagen/bradleyterry)](https://goreportcard.com/report/github.com/seanhagen/bradleyterry)
[![GoDoc](https://godoc.org/gonum.org/v1/gonum?status.svg)](https://godoc.org/github.com/seanhagen/bradleyterry)
[![codecov.io](https://codecov.io/gh/seanhagen/bradleyterry/branch/master/graph/badge.svg)](https://codecov.io/gh/seanhagen/bradleyterry) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](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.