Skip to content

orionsbelt-battlegrounds/obb-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBB Ranking Build Status Dependency Status

Skill ranking for Orion's Belt, based on Glicko-2 Ranting System. The implementation was borrowed from goochjs/glicko2. This project creates a clojure wrapper around glicko2's java code.

There's a REST/JSON interface for this logic at obb-rules-api.

Instalation

Clojars Project

Usage

(obb-ranking.core/calculate {:rating 1500 :rd 50 :volatility 0.06}
                            {:rating 1200 :rd 350 :volatility 0.06})
;=> [{:rating 1500.20, :rd 51.05, :volatility 0.05}
;    {:rating 497.67, :rd 347.83, :volatility 0.05}]

About

Skill ranking for Orion's Belt, based on Glicko-2 Ranting System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published