Utilora

A/B Test Simulator - Conversion Rate Prediction

Data Tools

What is A/B Test Simulator - Conversion Rate Prediction?

A/B Test Statistical Simulator is an analytical utility designed to evaluate the statistical significance of split testing campaigns. Split testing is standard for optimizing websites, email newsletters, and ad campaigns. However, raw conversion counts can be misleading due to random chance. This simulator uses robust Bayesian and frequentist statistical models to calculate conversion rates, relative uplifts, p-values, and statistical power, showing you whether your variant is truly a winner.

How it works

The simulator calculates conversions and sample sizes, then computes standard Z-scores and two-tailed p-values for frequentist significance. It also uses beta-binomial distributions to simulate the probability that Variant B is better than Control A. These complex mathematical simulations are performed instantly in the browser client.

Features & Benefits

  • Fits logistic regression entirely client-side via WebAssembly
  • What-if sliders enable instant scenario exploration
  • No data leaves your browser - safe for sensitive experiment data

Frequently Asked Questions

What input format is expected?

A CSV file where columns are features and the last column (or any column named 'label', 'target', or 'converted') is the 0/1 outcome. The tool also accepts raw JSON: {features: [[...]], labels: [...], feature_names: [...]}.

How many iterations does training run?

500 gradient descent iterations with a learning rate of 0.1. Sufficient for most linearly-separable experiments.

Related Tools

Popular Utilities