Created
August 11, 2023 21:02
-
-
Save quantra-go-algo/f13d7a95198b3e4d05b03d0fa3d9b298 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Estimate ARFIMA residuals with optimal d | |
arfima_residuals = fracDiff_FFD(np.log(data['Close']),d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment