# commons-statistics-inference

## Overview

### Description

Statistical hypothesis testing.

### Snippets

Apache MavenGradlesbtivygrapeleiningenbuildrbldScala CLIMill

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

### Maven POM File

```xml
<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>

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

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

<description>Statistical hypothesis testing.</description>

<properties>
    <!-- OSGi -->
    <commons.osgi.symbolicName>org.apache.commons.statistics.inference</commons.osgi.symbolicName>
    <commons.osgi.export>org.apache.commons.statistics.inference</commons.osgi.export>
    <!-- Java 9+ -->
    <commons.module.name>org.apache.commons.statistics.inference</commons.module.name>
    <!-- Workaround to avoid duplicating config files. -->
    <statistics.parent.dir>${basedir}/..</statistics.parent.dir>
    <!-- Reproducible builds -->
    <project.build.outputTimestamp>${statistics.build.outputTimestamp}</project.build.outputTimestamp>
    <statistics.jira.component>inference</statistics.jira.component>

<!-- Change from commons-parent of 1.0 as some illegal state cases cannot be reached -->
    <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.1</version>
    </dependency>

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

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-ranking</artifactId>
      <version>1.1</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:1 year 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
