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

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

parent 59c35350
......@@ -303,7 +303,7 @@ def get_var_data(x,y,z,t1):
CVR_DATA_recently = con_sql(sql_cid)
return CVR_DATA_recently
def collect_data(data):
tt = [float(data[i][0]) for i in range(len(data))]
tt = [float(data[i][0])*100 for i in range(len(data))]
return tt
test_data=get_var_data("diary_meigou_oldUser","diary_exp_oldUser","diary_meigou_crv",five_days)
......
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