MVN

de.xypron.statistics : statistics

Maven & Gradle

Feb 22, 2014

Xypron Statistics · Xypron Statistics is a Java library which was developped with supply chain simulation in mind. The normal, the exponential and the gamma distribution have been included. Methods to calculate fill rate and order rate service levels as well as safety factors are provided. The Mersenne Twister algorithm is used to provide high quality random number generation. Some functions for the gamma distribution where adopted from http://www.ssfnet.org/download/ssfnet_raceway-2.0.tar.gz. For these the following applies: Copyright 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty.

<dependency>
    <groupId>de.xypron.statistics</groupId>
    <artifactId>statistics</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.xypron.statistics : statistics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of de.xypron.statistics : statistics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
statistics-1.0.9
statistics-1.0.8
statistics-1.0.7
statistics-1.0.6
statistics-1.0.5

How to add a dependency to Maven

Add the following de.xypron.statistics : statistics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.xypron.statistics</groupId>
    <artifactId>statistics</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.xypron.statistics : statistics gradle dependency to your build.gradle file:

implementation 'de.xypron.statistics:statistics:1.0.9'

Gradle Kotlin DSL: Add the following de.xypron.statistics : statistics gradle kotlin dependency to your build.gradle.kts file:

implementation("de.xypron.statistics:statistics:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.xypron.statistics : statistics sbt scala dependency to your build.sbt file:

libraryDependencies += "de.xypron.statistics" % "statistics" % "1.0.9"

Advertisement