Download t-digest-3.0.jar file - Jar t

Jar examples for t:t-digest

Description

Data structure which allows accurate estimation of quantiles and related rank statistics

You can download jar file t-digest 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add t-digest-3.0.jar to your project.

<dependency>
   <groupId>com.tdunning</groupId>
   <artifactId>t-digest</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.tdunning', name: 't-digest', version: '3.0'
libraryDependencies += "com.tdunning" % "t-digest" % "3.0"
<dependency org="com.tdunning" name="t-digest" rev="3.0"/>
@Grapes(@Grab(group='com.tdunning', module='t-digest', version='3.0'))
'com.tdunning:t-digest:jar:3.0'

Download

Click the following link to download the jar file.

t-digest-3.0-javadoc.jar
t-digest-3.0-sources.jar
t-digest-3.0.jar
t-digest-3.0.pom



Related Tutorials