This document provides an overview of setting up and conducting A/B tests. It discusses deciding what metrics to measure, how to transform the data, appropriate statistical tests like the t-test and Mann-Whitney U test, and how to calculate minimum sample sizes. The t-test is recommended for continuous normal data while the Mann-Whitney U test is better for skewed data. Metrics should cover the user funnel and health metrics. Data is linearized before testing to allow application of tests. Tests are chosen based on the data type and sample size.
Related topics: