ffn
ffn copied to clipboard
Sortino Ratio using Monthly Mean, not Geometric Monthly Mean
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).