标签: python-3.x scipy statistics
我正在使用scipy.stats.wilcoxon()运行wilcoxon测试,它返回一个W和p值。但是,我也想拥有z统计信息。有没有一种方法可以根据W和p来计算?
scipy.stats.wilcoxon()
W
p
z