Skip to main content

Module stats

Module stats 

Source
Expand description

Non-parametric stats for experiment reports.

Effect size = median(treatment) − median(control). CI via percentile bootstrap (default 10k resamples, 95%). Winsorize p1/p99 before resampling to blunt skew.

Structs§

Summary

Constants§

DEFAULT_RESAMPLES
MIN_SAMPLE

Functions§

summarize
Pure stats for a metric. Deterministic given seed.
winsorize
Clamp values to [p_lo quantile, p_hi quantile].