Open staymadson opened 2 years ago
Line 2302:
res = np.divide(er.mean(), std)
Unless I'm reading this incorrectly, this is using the mean instead of geometric mean which is incorrect (should be .gmean(), right).
Line 2302:
res = np.divide(er.mean(), std)
Unless I'm reading this incorrectly, this is using the mean instead of geometric mean which is incorrect (should be .gmean(), right).