Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sortino Ratio using Monthly Mean, not Geometric Monthly Mean #169

Open
staymadson opened this issue Jun 9, 2022 · 0 comments
Open

Sortino Ratio using Monthly Mean, not Geometric Monthly Mean #169

staymadson opened this issue Jun 9, 2022 · 0 comments

Comments

@staymadson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant