模板 / flowchart

A/B 测试决策流程

从假设到上线/下线决策,明确标出统计显著性判定门禁。

在 Studio 中打开

预览

Mermaid 11 渲染器

正在渲染预览...

Mermaid 源码

flowchart

flowchart TD
    hypothesis[Write hypothesis] --> design[Design variant + sample size]
    design --> run[Run experiment]
    run --> sig{Statistically significant?}
    sig -->|no| extend[Extend test duration]
    extend --> run
    sig -->|yes| lift{Positive lift on primary metric?}
    lift -->|yes| ship[Ship to 100%]
    lift -->|no| kill[Kill variant, document learnings]

更多模板