Winsorization is a common technique for removing noise in experiment results, specifically from outliers. Winsorization refers to the practice of measuring the percentile Px of a metric and setting all values over Px to Px. Statsig computes the Px value using all non-zero and non-null unit-level values of the metric; metrics are aggregated from rows or events, and then the Px’th unit’s value is used as the threshold to adjust other units’ values.Documentation Index
Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Statsig Cloud
- Warehouse Native
At Statsig, the default percentile for winsorization is 99.9%. This reduces the influence of extreme outliers caused by factors such as logging errors or bad actors.Winsorization is applied to sum, event count, mean, ratio, and funnel metrics, including imported metrics. Winsorization will not be applied to Participation or User Accounting metrics.
