A/B Testing

Posted 付小同

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了A/B Testing相关的知识,希望对你有一定的参考价值。

Predictor Variable

自变量

 

Experimental Variable

因变量,实验变量


Control Variable

1. list all potential var
2. if have no data, remove var
3. combine similar var
4. test the correlation between predictor and outcome


Lurking Var? Logic

we thought A -> B, but in fact C->A, C->B. So A-/->B, but C->B.

 

How Long?

Full Cycle


Design Unit

1. Randomized

random treatment unit, control


2. Matched Pair

a treatment unit <-> a similar control unit

以上是关于A/B Testing的主要内容,如果未能解决你的问题,请参考以下文章

python的 a,b=b,a+b 和 a=b b=a+b 的区别

理解 Python 交换:为啥 a, b = b, a 并不总是等价于 b, a = a, b?

为啥“a+++++b”不能在gcc中编译,而“a+++b”、“a++ + ++b”、“a+++ ++b”可以? [复制]

1.python的 a,b=b,a+b 和 a=b b=a+b 的区别

分治法求sum(a,b)=1+a+a^2+...+a^b=?

python运算符