j

java-statistical-inference

Statistical inference package with fluent API
https://github.com/chen0040/java-statistical-inference
MIT
Xianshun Chen
Files download
File Operation
java-statistical-inference-1.0.4.jar download
java-statistical-inference-1.0.4.pom download
java-statistical-inference-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.chen0040</groupId>
  <artifactId>java-statistical-inference</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.chen0040:java-statistical-inference:1.0.4'
Gradle Kotlin
implementation("com.github.chen0040:java-statistical-inference:1.0.4")
Scala SBT
libraryDependencies += "com.github.chen0040" % "java-statistical-inference" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chen0040', module='java-statistical-inference', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.chen0040" name="java-statistical-inference" rev="1.0.4" />
Leiningen
[com.github.chen0040/java-statistical-inference "1.0.4"]
Apache Buildr
'com.github.chen0040:java-statistical-inference:jar:1.0.4'