bayesian-experiment-reader
Bayesian counterpart to experiment-result-reader. Computes posterior P(variant beats control), credible intervals, and expected loss from per-variant exposure and conversion data. Beta-Binomial for proportion metrics (CVR), Normal-Normal for continuous metrics (revenue per user). Decision rule combines a confidence threshold with an expected-loss tolerance, so the ship decision reflects both "how likely is this better?" and "how bad is it if I'm wrong?". Use this skill alongside experiment-result-reader when reading any A/B test result. Pairs with analytics-diagnostic-method. Use whenever interpreting an A/B test result the user plans to ship from, when the question is "what's the chance variant wins?", or when a frequentist p-value is on the edge and the user wants the posterior view. Triggers when Clamp MCP returns experiment exposure and conversion data, or when any analytics source surfaces per-variant counts.
适合你,如果经常分析A/B测试数据,想用贝叶斯方法做决策。
npx oh-my-skill add clamp-sh/analytics-skills/bayesian-experiment-readercurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- clamp-sh/analytics-skills/bayesian-experiment-readernpx oh-my-skill verify clamp-sh/analytics-skills/bayesian-experiment-reader