Last Version

Xypron Statistics 1.0.9

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.

License

License

GroupId

GroupId

de.xypron.statistics
ArtifactId

ArtifactId

statistics
Version

Version

1.0.9
Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

http://www.xypron.de/svn/statistics/

Download statistics 1.0.9


<!-- https://jarcasting.com/artifacts/de.xypron.statistics/statistics/ -->
<dependency>
    <groupId>de.xypron.statistics</groupId>
    <artifactId>statistics</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/de.xypron.statistics/statistics/
implementation 'de.xypron.statistics:statistics:1.0.9'
// https://jarcasting.com/artifacts/de.xypron.statistics/statistics/
implementation ("de.xypron.statistics:statistics:1.0.9")
'de.xypron.statistics:statistics:jar:1.0.9'
<dependency org="de.xypron.statistics" name="statistics" rev="1.0.9">
  <artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.xypron.statistics', module='statistics', version='1.0.9')
)
libraryDependencies += "de.xypron.statistics" % "statistics" % "1.0.9"
[de.xypron.statistics/statistics "1.0.9"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.