# commons-statistics-inference

## Overview

### Description

Statistical hypothesis testing.

### Snippets

Apache Maven Gradle sbt ivy grapelein ingeen build rbld Scala CLI Mill

Copy to clipboard

```
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-statistics-inference</artifactId>
    <version>1.2</version>
</dependency>
```

### Maven POM File

Copy to clipboard

```
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

<parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-statistics-parent</artifactId>
    <version>1.2</version>
  </parent>

<artifactId>commons-statistics-inference</artifactId>
  <name>Apache Commons Statistics Inference</name>

<description>Statistical hypothesis testing.</description>

<properties>
    <commons.osgi.symbolicName>org.apache.commons.statistics.inference</commons.osgi.symbolicName>
    <commons.osgi.export>org.apache.commons.statistics.inference</commons.osgi.export>
    <commons.module.name>org.apache.commons.statistics.inference</commons.module.name>
    <statistics.parent.dir>${basedir}/..</statistics.parent.dir>
    <project.build.outputTimestamp>${statistics.build.outputTimestamp}</project.build.outputTimestamp>
    <statistics.jira.component>inference</statistics.jira.component>
    <commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
    <commons.jacoco.branchRatio>0.99</commons.jacoco.branchRatio>
    <commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
    <commons.jacoco.complexityRatio>0.99</commons.jacoco.complexityRatio>
  </properties>

<dependencies>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-descriptive</artifactId>
      <version>1.2</version>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-distribution</artifactId>
      <version>1.2</version>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-ranking</artifactId>
      <version>1.2</version>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-core</artifactId>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-combinatorics</artifactId>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-fraction</artifactId>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-gamma</artifactId>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rng-client-api</artifactId>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rng-simple</artifactId>
      <scope>test</scope>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <scope>test</scope>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-core</artifactId>
      <version>${statistics.commons.numbers.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>

</dependencies>

</project>
```

### Metadata

Age: 10 months ago

Licenses:

- Apache-2.0

### Organization

[org.apache.commons](https://central.sonatype.com/namespace/org.apache.commons)

### External Resources

[Project URL](https://commons.apache.org/proper/commons-statistics/commons-statistics-inference/)

[Issue Tracker URL](https://issues.apache.org/jira/browse/STATISTICS)

[Source Control](https://gitbox.apache.org/repos/asf?p=commons-statistics.git/commons-statistics-inference)

[Continuous Integration](https://github.com/apache/commons-statistics/actions)

### Known Contributors

Arturo Bernal, Anirudh Joshi, Ben Nguyen, Alex Herbert, Gilles Sadowski

Sonatype Guide See vulnerability info [View](https://guide.sonatype.com/component/maven/org.apache.commons:commons-statistics-inference/1.2)
