Skip to main content
kstats is published to Maven Central under org.oremif. The current version is 0.5.0.

Gradle KTS Setup

Module Map

ModuleCoversDepends on
kstats-coreDescriptive statistics, math utilities, validation, exceptions
kstats-distributions18 continuous + 10 discrete probability distributionskstats-core
kstats-hypothesisParametric, non-parametric, normality, and categorical testskstats-distributions
kstats-correlationCorrelation coefficients, matrices, simple linear regressionkstats-distributions
kstats-samplingRanking, normalization, binning, bootstrap, weighted samplingkstats-core
Start with kstats-core for descriptive summaries. Add kstats-distributions when probability models are needed, and kstats-hypothesis or kstats-correlation when the analysis moves into inference. Use the BOM as soon as the project depends on more than one module.

Next Steps

Quick Start

Run the first analysis with examples across all modules.

Supported Targets

See the full list of Kotlin Multiplatform targets.
Last modified on April 23, 2026