Commit a3317298 authored by 王志伟's avatar 王志伟

数据指标波动假设检验统计

parent 3e8a7cc9
...@@ -112,7 +112,7 @@ def t_test(x,y): #进行t检验 ...@@ -112,7 +112,7 @@ def t_test(x,y): #进行t检验
# ###假设检验,判断是否具有显著性 # ###假设检验,判断是否具有显著性
# #
#新用户cvr假设检验 #新用户cvr假设检验
# crv_new_ttest=t_test(x_crv_new,y_crv_new) crv_new_ttest=t_test(x_crv_new,y_crv_new)
#老用户cvr假设检验 #老用户cvr假设检验
# crv_old_ttest=t_test(x_crv_old,y_crv_old) # crv_old_ttest=t_test(x_crv_old,y_crv_old)
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment