schwartzmx / t-digest

scala t-digest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t-digest

scala t-digest (using mutable.TreeMap)

Implementation based off of Tedd Dunning's Java Source, the Original TDigest paper, and implementations in other languages.

Running
sbt package
scala\
    -classpath target/scala-2.12/tdigest_2.12-0.1.jar\
    com.schwartzmx.tdigest.TDigest

About

scala t-digest


Languages

Language:Scala 100.0%