CSV A/B TestWelch t-test
Compare two groups in a CSV column and get a t statistic, two-sided p-value, and a clear significant / not-significant verdict at p < 0.05 - computed entirely in your browser.
Compare two groups in a CSV column and get a t statistic, two-sided p-value, and a clear significant / not-significant verdict at p < 0.05 - computed entirely in your browser.
Pick the column that labels your two groups and the numeric column you want to compare. The tool splits rows by group, computes each group's mean and standard deviation, and runs a Welch t-test that does not assume equal variances.
Drop in a file with one column identifying the group (for example a control / variant label) and one numeric column to measure, such as conversion, revenue, or time.
Choose the group column - it must contain exactly two distinct values - and the numeric value column. Blank cells and non-numeric values are skipped automatically.
You get a per-group summary (n, mean, std), the mean difference, the Welch t statistic, degrees of freedom, a two-sided p-value, and whether the result is significant at p < 0.05.
A statistically sound two-group comparison that never sends your experiment data anywhere.
Welch's t-test does not assume the two groups share a variance, so it stays valid when your control and variant have different spread or unequal sample sizes.
The two-sided p-value comes from the t-distribution via a regularized incomplete beta function - not a rough lookup table - so small samples and large t statistics are handled correctly.
Everything runs client-side in your browser. Your raw experiment rows never leave the page, so there is nothing to upload and nothing stored on a server.
Beyond the raw numbers you get a plain significant: yes / no flag at the conventional 0.05 threshold, so you can act without re-deriving the test by hand.