Generation

generate functionTue, 21 Mar 2023

Rewrite this code to calculate stats instead of mannwhitneyu by scipy.stats wilcoxon stat, p = mannwhitneyu(data[data['version'] == 'gate_30']['sum_gamerounds'], data[data['version'] == 'gate_40']['sum_gamerounds']) print('Mann-Whitney Statistics=%.3f, p=%.3f' % (stat, p))

def mann_whitney(a,b): # ваш код

Questions about programming?Chat with your personal AI assistant