Popularity
0.8
Growing
Activity
0.0
Declining
4
2
0
Programming language: Go
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.0.0
bradleyterry alternatives and similar packages
Based on the "Science and Data Analysis" category.
Alternatively, view bradleyterry alternatives based on common mentions on social networks and blogs.
-
gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more. -
gosl
Go scientific library for linear algebra, FFT, geometry, NURBS, numerical methods, probabilities, optimisation, differential equations, and more. -
gonum/mat64
The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. -
TextRank
TextRank implementation in Golang with extendable features (summarization, weighting, phrase extraction) and multithreading (goroutine) support. -
sparse
Go Sparse matrix formats for linear algebra supporting scientific and machine learning applications, compatible with gonum matrix libraries. -
vectormath
Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive) -
triangolatte
2D triangulation library. Allows translating lines and polygons (both based on points) to the language of GPUs. -
ode
An ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions. -
GoStats
GoStats is an Open Source GoLang library for math statistics mostly used in Machine Learning domains, it covers most of the Statistical measures functions. -
mudlark-go
A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of bradleyterry or a related project?
Popular Comparisons
README
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.