ffn icon indicating copy to clipboard operation
ffn copied to clipboard

Sortino Ratio using Monthly Mean, not Geometric Monthly Mean

Open staymadson opened this issue 2 years ago • 0 comments

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).

staymadson avatar Jun 09 '22 19:06 staymadson