Utilities and templates for funnels, churn, and A/B tests.
These are PM-friendly tools to reason about metrics, experiment design, and data-driven decisions.
- ๐งฎ ab_test_calculator.py โ Sample size & significance calculator (CLI).
- ๐ analyze_funnel.ipynb โ Funnel analysis notebook with quick visualizations.
- ๐ funnel_example.csv โ Mock funnel dataset for demos.
Step | Users | Drop-off |
---|---|---|
Landing Page | 1,000 | - |
Signup Started | 600 | 40% |
Signup Completed | 400 | 33% |
Activated | 250 | 38% |
โก Funnel conversion = 25% (Landing โ Activated).
Interpretation:
- Baseline = 10% conversion rate.
- As the variantโs conversion rate diverges (e.g., 12% or 14%), statistical power rises.
- Helps decide required sample size before launch.
As a Product Manager, I use these tools to:
- Validate whether experiments are statistically sound.
- Identify funnel bottlenecks and prioritize fixes.
- Make data-driven roadmap decisions instead of gut-feel.
๐ These are simplified, portfolio-friendly versions of the tools I use for product analytics and growth experiments.