Kotlin Notebook
Try this guide as a Kotlin Notebook with Kandy visualizations — run the cells to see charts and explore the data interactively.
Result Types
Check Assumptions
Compare Groups
Select the test automatically based on the assumption check.Full Report
Usage
Extending the Pipeline
Add correlation analysis between metrics:Module Responsibilities
| Pipeline stage | Module | Key functions |
|---|---|---|
| Normalize, rank, bin, resample | kstats-sampling | zScore(), rank(), bin(), bootstrapSample() |
| Summarize | kstats-core | describe(), mean(), quantile() |
| Check assumptions, compare groups | kstats-hypothesis | shapiroWilkTest(), leveneTest(), tTest() |
| Model relationships | kstats-correlation | pearsonCorrelation(), simpleLinearRegression() |
| Estimate probabilities | kstats-distributions | NormalDistribution(), cdf(), quantile() |