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

sharpe test supported #384

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weiguang-zz
Copy link

@weiguang-zz weiguang-zz commented Sep 5, 2020

As mentioned in this issue: How can I build my confidence that my strategy returns better, I implemented my first version.

This version basically refers to the author's matlab version of the code. I put the original matlab version of the code at https://github.com/weiguang-zz/robust_sharpe_test.
the paper reference: http://www.ledoit.net/jef_2008pdf.pdf

Due to the following reasons, I only implemented the HAC method in the paper.
1 Bootstrap method performance is very poor
2 The bootstrap method relies on automatic calculation of the optimal block size, which is difficult to implement
3 Due to time, the HAC method based on the prewhitened QS kernel has not been implemented either

thank you

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

Successfully merging this pull request may close these issues.

1 participant