// Statistics

T-TEST CALCULATOR

Test whether two independent group means differ using the pooled-variance t-test.

Pooled variance sp² = ((n₁−1)s₁² + (n₂−1)s₂²) / (n₁+n₂−2).