t-Test (Are Two Groups Really Different?)
When you have two groups (two machines, two shifts, before vs after a change) and want to know if their averages truly differ — not just by luck — you use a t-test.
It returns a p-value:
It returns a p-value:
- p < 0.05 → the difference is statistically significant (real)
- p ≥ 0.05 → not enough evidence; the gap could be random noise
Try it in the app
Try: In the ANOVA tab, enter values into the first two groups → click "t-Test". Read the plain-language verdict under the numbers.