Skip to content

MCAB: Monte Carlo Simulations for A/B Testing

Python Version License: MIT

A Python toolkit to design and validate A/B experiments via simulation: estimate power, find MDE, and control type-I error. Supports iid & ratio metrics, linearization, CUPED/CUPAC variance reduction, bootstrap tests, permutation tests, multiple-testing corrections, and AA/AB benchmarking.

Quick Start

You can install the package directly from PyPI:

pip install mcab

Main Features

  • ...