noisefloor

Is this number real, or is it noise?

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Ab Test: Can you call a winner on an A/B test yet? Uses anytime-valid confidence sequences, so it is SAFE TO RUN AFTER EVERY OBSERVATION — peeking does not inflate the false-positive rate the way a t-
  • Did It Change: Did a metric actually change, or is the move noise? Detects both rises AND collapses against the metric's own history, with a stated false-alarm rate and no assumption about the distrib
  • Forecast Next: What should the next reading be, and within what range? Range adapts to the metric's recent volatility and stays valid even when the metric shifts.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Is this number real, or is it noise? Peek-safe A/B tests you can look at as often as you like, two-sided change detection, honest forecasts with a scored record, and a guard for metrics that only moved because their sample size did. Zero dependencies.

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

ab_testCan you call a winner on an A/B test yet? Uses anytime-valid confidence sequences, so it is SAFE TO RUN AFTER EVERY OBSERVATION — peeking does not inflate the false-positive rate the way a t-test or z-test does.
did_it_changeDid a metric actually change, or is the move noise? Detects both rises AND collapses against the metric's own history, with a stated false-alarm rate and no assumption about the distribution.
forecast_nextWhat should the next reading be, and within what range? Range adapts to the metric's recent volatility and stays valid even when the metric shifts.
real_or_samplingDid the metric move, or did the sample size underneath it move? Run this before reporting any RATE as a change — conversion rates, error rates and click-through all shift when the denominator shifts, for reasons that have nothing to do with the thing being measured.
score_forecastsHow good would these forecasts actually have been? Grades every prediction the tool would have made over the history, using only what was known at the time, and reports calibration plus the worst misses.
which_metrics_matterYou watch many metrics; which genuinely stand out? Controls the false discovery rate across all of them at once, which per-metric thresholds do not: forty metrics each alerting wrongly 5% of the time means two false alarms every round.