analytics
Portafolio de Iván
Projects chevron_right A/B Testing & Hypothesis Validation
science A/B Testing query_stats Statistics attach_money Conversion

A/B Testing & Hypothesis Validation

A/B tests to assess conversion improvements: data cleaning, hypothesis definition, Welch t-test, and assumption validation for evidence-backed decisions.

Stack

Python Statistics A/B Testing
flag

Objective

Validate whether a new checkout flow improves conversion compared to control, maintaining statistical rigor.

account_tree

Methodology

  1. Preparation: clean visitor and order data, verify the A/B balance.
  2. Hypotheses: H0 assumes no difference; H1 expects conversion B > A.
  3. Testing: conversion rate, Welch t-test (p<0.05), and assumption checks (Shapiro, Levene).
  4. Visualization: histograms and boxplots of conversion by group.
bar_chart

Key visualizations

emoji_events

Results