scipy中的st.ttest_ind返回p值为0.0

问题描述

我正在尝试进行假设检验,但我得到的p值为0。我可以理解它是否真的很小,但0.0却使我相信存在错误。这是我的代码

results = st.ttest_ind(
        ultimate_users['monthly_profit'],surf_users['monthly_profit'],nan_policy = 'omit')

print('p-value: ',results.pvalue)

输出: p值:0.0

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)