A/B测试计算器。样本量计算、统计显著性检验、实验时长预估、结果报告、贝叶斯分析。AB test calculator with sample size, significance testing, duration estimation, reports, and Bayesian analysis.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill ab-test-calculator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ab Test Calculator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-ab-test-calculator)More formats (shields.io, HTML) on the badges page.
---
name: ab-test-calculator
description: "A/B测试计算器。样本量计算、统计显著性检验、实验时长预估、结果报告、贝叶斯分析。AB test calculator with sample size, significance testing, duration estimation, reports, and Bayesian analysis."
---
# A/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
# 计算显著性(访客数 转化数)
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 "按钮颜色测试"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...