Statistical Analysis Tool
Built on the same statistical framework used to manage 25+ concurrent experiments at GrowthPulse Digital.
Server-side two-proportion z-test via Python's built-in
math.erfc
— not a JavaScript approximation.
Two-tailed chi-squared test (Pearson's χ²) via
scipy.stats.chi2_contingency.
Significance threshold: p < 0.05 (95% confidence).