DKPro Statistics - Significance

DKPro Statistics is a collection of open-licensed statistical tools, currently including inter-rater agreement, correlation, and significance measures.

License

License

Categories

Categories

DKPro Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.dkpro.statistics
ArtifactId

ArtifactId

dkpro-statistics-significance
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

DKPro Statistics - Significance
DKPro Statistics is a collection of open-licensed statistical tools, currently including inter-rater agreement, correlation, and significance measures.
Project Organization

Project Organization

Ubiquitous Knowledge Processing (UKP) Lab

Download dkpro-statistics-significance

How to add to project

<!-- https://jarcasting.com/artifacts/org.dkpro.statistics/dkpro-statistics-significance/ -->
<dependency>
    <groupId>org.dkpro.statistics</groupId>
    <artifactId>dkpro-statistics-significance</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.statistics/dkpro-statistics-significance/
implementation 'org.dkpro.statistics:dkpro-statistics-significance:2.2.1'
// https://jarcasting.com/artifacts/org.dkpro.statistics/dkpro-statistics-significance/
implementation ("org.dkpro.statistics:dkpro-statistics-significance:2.2.1")
'org.dkpro.statistics:dkpro-statistics-significance:jar:2.2.1'
<dependency org="org.dkpro.statistics" name="dkpro-statistics-significance" rev="2.2.1">
  <artifact name="dkpro-statistics-significance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.statistics', module='dkpro-statistics-significance', version='2.2.1')
)
libraryDependencies += "org.dkpro.statistics" % "dkpro-statistics-significance" % "2.2.1"
[org.dkpro.statistics/dkpro-statistics-significance "2.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math jar 2.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Maven Central

DKPro Statistics

DKPro Statistics is a collection of open-licensed statistical tools written in Java. The software library is divided into the following modules:

  • DKPro Agreement (dkpro-statistics-agreement) is a module for computing multiple inter-rater agreement measures using a shared interface and data model. Based on this model, the software allows for analyzing coding (i.e., assigning categories to fixed items) and unitizing studies (i.e., segmenting the data into codable units). The software has been described in our COLING 2014 demo paper (see below).

  • DKPro Correlation (dkpro-statistics-correlation) is a module for computing correlation and association measures. It is currently under construction.

  • DKPro Significance (dkpro-statistics-significance) is a module for assessing statistical significance. It is currently under construction.

License and Availability

The latest version of DKPro Statistics is available via Maven Central. If you use Maven as your build tool, then you can add DKPro Statistics as a dependency in your pom.xml file:

org.dkpro.statistics dkpro-statistics 2.1.0

In addition to that, you can add each of the modules described above separately (e.g., artifactId dkpro-statistics-agreement).

DKPro Statistics is available as open source software under the Apache License 2.0 (ASL). The software thus comes "as is" without any warranty (see license text for more details).

Publications and Citation Information

A more detailed description of DKPro Statistics is available in our scientific articles:

  • Christian M. Meyer, Margot Mieskes, Christian Stab, and Iryna Gurevych: DKPro Agreement: An Open-Source Java Library for Measuring Inter-Rater Agreement, in: Proceedings of the 25th International Conference on Computational Linguistics: System Demonstrations (COLING), p. 105–109, August 2014. Dublin, Ireland. http://www.aclweb.org/anthology/C/C14/C14-2023.pdf

Please cite our COLING 2014 paper if you use the software in your scientific work.

Project Background

Prior to being available as open source software, DKPro Statistics has been a research project at the Ubiquitous Knowledge Processing (UKP) Lab of the Technische Universität Darmstadt, Germany. The following people have mainly contributed to this project (in alphabetical order):

  • Richard Eckart de Castilho
  • Iryna Gurevych
  • Roland Kluge
  • Christian M. Meyer
  • Margot Mieskes
  • Christian Stab
  • Torsten Zesch

Project Homepage

org.dkpro.statistics

DKPro

Versions

Version
2.2.1
2.2.0
2.1.0