B2B Experimentation Platform

Statistical rigor
without the price tag.

Run A/B experiments with confidence. Caliper gives you two-proportion z-tests, sticky bucketing, live p-values, and SRM detection — all in one lightweight platform built for teams that care about getting it right.

cyrb53
Sticky bucketing
z-test
Statistical test
95%
CI level
Exp: conversion_v2_checkout
+12.4%
+24.1%
Base
Variant A
Variant B
Control
P-Value
0.0034 (Significant)
Power
84.2%

Precision-engineered features

Enterprise-grade statistical tools designed for high-performance product teams who demand accuracy over flashiness.

Two-proportion z-tests

Utilize rigorous frequentist statistics to compare conversion rates. Our engine handles large sample sizes with extreme precision, ensuring your decisions are backed by hard data.

// Statistical validation
const zScore = (p1 - p2) /
Math.sqrt(p * (1-p) * (1/n1 + 1/n2));
return stats.pFromZ(zScore);
P-Value Output: 0.0421
Status: CI(95%) Cleared ✓

Sticky bucketing

Consistent user experience across sessions using the high-performance cyrb53 hashing algorithm. No flickering, no bias, just reliable assignment.

Live p-values

Real-time calculations that update as events stream in. Monitor significance thresholds as they approach without waiting for batch jobs to finish.

SRM detection

Sample Ratio Mismatch alerts you immediately if your experiment traffic is unevenly distributed, preventing invalid conclusions before they cost you revenue.

SRMMismatched

Engineered for Data Teams

Stop relying on black-box tools. Caliper provides full transparency into the math. Export your data, audit the methodology, and scale with confidence.

  • Custom Alpha levels.

    Tune your significance thresholds per experiment.

  • CUPED variance reduction.

    Pre-experiment covariate adjustment for tighter confidence intervals.

  • mSPRT sequential testing.

    Always-valid inference — peek without inflating false positive rates.

  • AI-powered readouts.

    Claude Haiku 4.5 on Amazon Bedrock summarises results in plain English.