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

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

parent 624010f6
......@@ -208,8 +208,7 @@ def chi_cal(data):
temp1=data['共计']
print("共计:{}".format(temp1))
rate1=temp1[0]/temp1[2]
print("temp1[0]:{}".format(temp1[0]))
print("temp1[2]:{}".format(temp1[2]))
print("rate1:{}".format(rate1))
rate2=temp1[1]/temp1[2]
print("rate2:{}".format(rate2))
temp2=data.iloc[2]
......
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