-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Estimation of hurst exponent #258
Labels
Comments
Hi @spirosbax, could you please give some overview of applications that you have in mind? |
Well for starters, the Hurst exponent provides information about the memory of a timeseries. It can be seen as describing the ACF by a single number and it is very useful in classifying time series. An H value of 0.5 means that the series is a random walk while a value closer to 1 means that the series follows a trend. For this reason it is used a lot in financial time series as well as in time series analysis in general.
The general Fractal Dimension definition is directly related to the Hurst Exponent, in particular D = 2 - H . But the definition is different depending on the application. In finance you can use the box counting method in order to see how the volatility or complexity of a time series changes as you change the length of the measurement window.
Kind Regards,
Spiros Baxevanakis
…On Mar 7, 2020, at 01:59, John Stachurski ***@***.*** ***@***.***)> wrote:
Hi @spirosbax (https://github.com/spirosbax), could you please give some overview of applications that you have in mind?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#258?email_source=notifications&email_token=AEK6M2F65VRY7KLLWZMR3HLRGGE45A5CNFSM4LDHY4WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODHEZQ#issuecomment-596013670), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEK6M2GSPHSZU3XU4KOQGS3RGGE45ANCNFSM4LDHY4WA).
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#258?email_source=notifications\u0026email_token=AEK6M2F65VRY7KLLWZMR3HLRGGE45A5CNFSM4LDHY4WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODHEZQ#issuecomment-596013670", "url": "#258?email_source=notifications\u0026email_token=AEK6M2F65VRY7KLLWZMR3HLRGGE45A5CNFSM4LDHY4WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODHEZQ#issuecomment-596013670", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While looking at the documentation for this package I was surprised to find that it does not contain any function for Hurst exponent estimation. I feel like it would be a very appropriate addition for this package. Also a general fractal dimension estimation maybe via the common box counting method would be good. What do you think ?
The text was updated successfully, but these errors were encountered: