Week7
- >>> lec19
- >>> lec18
-
- >>> lec17 TVD去asscess model (本质 距离加权平均)
-
- text 11.2
-
- A New Statistic: The Distance between Two Distributions
- text-11.1
-
- 1.1 数据拿到手,套路操作 -- 看hist分布
- 2 total variation distance
精辟
null hypothesis就是if , alternative ~ 就是if not
>>> lec19
<<<
>>> lec18
vedio
draw 线
slide
P值 概率论1%和5%
假设是符合model的就是null hypothesis
<<< lec18
>>> lec17 TVD去asscess model (本质 距离加权平均)
text 11.2
A New Statistic: The Distance between Two Distributions
- 1 calculate total_varitation_distance
- 2 fixed distance
- 3 随机一个
拓展多个
- finally draw
大致意思是样本的 比例可能性 和 实际占比可能性,之间偏差 去 加权 取值
然后去模拟n次,每次的概率是变的,继而 距离加权会变 ,distribution of 终值1
而原来 理论fixed 的概率也有一个 固定的加权距离, 钟值2
text-11.1
每次模拟都模拟了概率变动, 用sample_proportions
1.1 数据拿到手,套路操作 – 看hist分布
2 total variation distance
<<< lec 17