From dc7277ba37906b1077e53b28fd5974e87f291bcd Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 26 Jun 2026 23:16:52 -0400 Subject: [PATCH] Warn about t-test errors. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddc0af1..692905c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ A simple bit of code in multiple languages that lets you calculate useful statistics without storing every sample. Look in cpp/ for a C++ version. More to come. + +__THE MATH FOR t-test IS WRONG!__