美文网首页
a/b testing

a/b testing

作者: 鲸鱼酱375 | 来源:发表于2019-06-25 05:01 被阅读0次

资源来自udacity

1.ab testing不能做的事?

新的实验
丢失了一些数据

ab可以做的事情
测试

2.商业案例分析

image.png

左边的这个漏斗式 不会是一步接着一步发生,有时会折回去再发生
实验例子: 改变网站的start now的颜色,会不会学生增多?

2.1 度量选择

在上面那个例子中,start now的度量更改


image.png

you use a rate when you want to measure the usability of the site ,and a probability when you want to measure the total impact

在这个例子里。the rate will say how often do they actually find that botton

if you want to know how often users went to second level page on your site, use probability

3.伯努利分布

伯努利分布事件判断

ab testing一般遵从伯努利分布,但是要注意前提是独立事件,这个比较难判断

4.计算置信区间

公式
计算公式

5.假设检验

为了测试结果,我们做假设检验
baseline: 零假设 eg:试验组和对立组没有区别
备择假设alternative:

双尾检验vs单尾检验
假设检验

6.标准误差

7.HOW many page views?

7.1 statistical power

7.2 significance level

相关文章

  • A/B testing

    A/B testing 其实就是控制变量法,对比实验。一般谈论的应用是网上线上发布的应用、网页等等 需要做分流,将...

  • a/b testing

    资源来自udacity 1.ab testing不能做的事? 新的实验丢失了一些数据 2.商业案例分析 左边的这个...

  • A/B Testing

    一、为什么要做A/B Testing?A/B Testing用于产品方案的对比,在快速产品迭代的场景下会出现这个需...

  • Are A/B Tests Ethical?

    A/B testing is legal, all users have signed thecontract b...

  • The basic of A\B testing

    A/B testing really is just a rebranded version of experim...

  • Day 10: 精益产品开发 - A/B 测试

    A/B testing is a fantastic method for figuring out the be...

  • 【UX方法箱2】A/B testing 的 abc

    猜猜看,我愛的是你還是他呢?痾..如果可以,我想直接對你做 A/B testing。 A/B testing 的古...

  • 蓝绿部署和灰度部署

    Blue-green Deployments, A/B Testing, and Canary Releases ...

  • ABTest

    (整理自AppAdhoc A/B Testing使用文档) A/B 测试入门指南 A/B 测试是什么 1️⃣. A...

  • golang 性能测试

    格式: func BenchmarkXxx(b *testing.B) 简单代码: 运行 go test -ben...

网友评论

      本文标题:a/b testing

      本文链接:https://www.haomeiwen.com/subject/lklzqctx.html