How this tool computes its result
Runs a two-proportion sample-size formula for A/B tests. It reads a baseline conversion rate and a relative minimum detectable lift, computes the expected rate as baseline × (1 + lift/100), then pools the two rates to get n = [zα·√(2p̄(1-p̄)) + zβ·√(p1(1-p1)+p2(1-p2))]² / (p2-p1)². zα comes from a lookup table keyed by confidence level (80/90/95/99%) and test sidedness (two-sided vs one-sided use different tables), zβ comes from a separate power lookup (80/85/90/95%). If daily traffic and a split ratio are provided, it estimates test duration by dividing the required sample per variant by each variant's share of daily traffic and taking the longer of the two.
