ab-test-calculator
A/B测试计算器。样本量计算、统计显著性检验、实验时长预估、结果报告、贝叶斯分析。AB test calculator with sample size, significance testing, duration estimation, reports.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/ab-test-calculatorA/B Test Calculator Skill
A/B测试统计计算器 — 科学决策,数据驱动。
Commands
Run via: bash scripts/abtest.sh <command> [args...]
| Command | Description |
|---|---|
| calculate | 计算两组的统计显著性 |
| sample | 计算所需最小样本量 |
| significance | 检验p值和置信区间 |
| duration | 预估实验所需天数 |
| report | 生成完整A/B测试报告 |
| bayesian | 贝叶斯方法分析胜率 |
Usage Examples
# 计算显著性(访客数 转化数)
bash scripts/abtest.sh calculate 1000 50 1000 65
# 计算样本量(基线转化率 最小可检测提升 显著性水平)
bash scripts/abtest.sh sample 0.05 0.02 0.95
# 预估实验时长(日均流量 所需样本量)
bash scripts/abtest.sh duration 5000 16000
# 贝叶斯分析
bash scripts/abtest.sh bayesian 1000 50 1000 65
# 生成报告
bash scripts/abtest.sh report 1000 50 1000 65 "按钮颜色测试"
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-ab-test-calculator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.