Maven Central: org.apache.commons:commons-statistics-descriptive

commons-statistics-descriptive

Overview

Description

Descriptive statistics.

Snippets

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

Maven POM File

<?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-descriptive</artifactId>
    <name>Apache Commons Statistics Descriptive</name>

<description>Descriptive statistics.</description>

<properties>
        <commons.osgi.symbolicName>org.apache.commons.statistics.descriptive</commons.osgi.symbolicName>
        <commons.osgi.export>org.apache.commons.statistics.descriptive</commons.osgi.export>
        <commons.module.name>org.apache.commons.statistics.descriptive</commons.module.name>
        <statistics.parent.dir>${basedir}/..</statistics.parent.dir>
        <project.build.outputTimestamp>${statistics.build.outputTimestamp}</project.build.outputTimestamp>
        <statistics.jira.component>descriptive</statistics.jira.component>
        <commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
        <commons.jacoco.branchRatio>0.98</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-numbers-core</artifactId>
        </dependency>

<dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-numbers-arrays</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-rng-sampling</artifactId>
            <scope>test</scope>
        </dependency>

<dependency>
          <groupId>org.apache.commons</groupId>
          <artifactId>commons-statistics-distribution</artifactId>
          <version>1.3</version>
          <type>test-jar</type>
          <scope>test</scope>
        </dependency>

</dependencies>

</project>

Metadata

Age: 2 months ago

Licenses:

Organization

org.apache.commons

External Resources

Project URL

Issue Tracker URL

Source Control

Continuous Integration

Known Contributors

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