Maven Central: org.apache.commons:commons-statistics-inference
commons-statistics-inference
Overview
Description
Statistical hypothesis testing.
Snippets
Apache MavenGradlesbtivygrapeleiningenbuildrbldScala CLIMill
Copy to clipboard
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-statistics-inference</artifactId>
<version>1.3</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.3</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.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-statistics-distribution</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-statistics-ranking</artifactId>
<version>1.3</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:2 months ago
Licenses:
- Apache-2.0
Organization
External Resources
Known Contributors
Arturo Bernal Anirudh Joshi Ben Nguyen Alex Herbert Gilles Sadowski
Sonatype GuideSee vulnerability info View