From 17201b4d2913a0e5a677376925f3a67ab5d5efa4 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 26 Jul 2025 23:06:47 +0100 Subject: [PATCH] Add example commands for statistical operations in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a382287..e6fab01 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,11 @@ cargo run --example linear_regression cargo run --example logistic_regression cargo run --example k_means cargo run --example pca +cargo run --example stats_overview +cargo run --example descriptive_stats +cargo run --example correlation +cargo run --example inferential_stats +cargo run --example distributions ``` To simply list all available examples, you can run: