kmath/kmath-stat
2024-08-26 13:37:49 +03:00
..
src Fix benchmark results script 2024-08-26 13:37:49 +03:00
build.gradle.kts Add Metropolis-Hastings sampler. 2024-08-04 15:01:47 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-stat

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-stat:0.4.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:kmath-stat:0.4.0")
}