Commit 24d0a98f authored by 王志伟's avatar 王志伟

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

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