s

statistics

Xypron Statistics is a class library written in Java. It supplies functions describing statistical distributions. 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.
http://www.xypron.de/projects/statistics/
Apache 2
Heinrich Schuchardt
文件下载
文件名 操作
statistics-1.0.5.jar 下载
statistics-1.0.5.pom 下载
statistics-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.xypron.statistics</groupId>
  <artifactId>statistics</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'de.xypron.statistics:statistics:1.0.5'
Gradle Kotlin
implementation("de.xypron.statistics:statistics:1.0.5")
Scala SBT
libraryDependencies += "de.xypron.statistics" % "statistics" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='de.xypron.statistics', module='statistics', version='1.0.5')
)
Apache Ivy
<dependency org="de.xypron.statistics" name="statistics" rev="1.0.5" />
Leiningen
[de.xypron.statistics/statistics "1.0.5"]
Apache Buildr
'de.xypron.statistics:statistics:jar:1.0.5'
本项目依赖