-
Notifications
You must be signed in to change notification settings - Fork 59
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
Hurst analysis #55
Comments
For
While I've never seen values above 1 before myself, I notice that your outputs are still close to 1. I would imagine that the reason for this is just irregularities in the line fitting process. There are two things you can try to diagnose this:
|
Thanks for your help!!! Changing to The debug plots seem ok to me. Here some examples: |
One question, should I remove the mean from the series before running Hurst? |
An improvement. I've changed the nvals calculation to the classical division by powers of 2. I was using your
The idea was to check the Hurst behavior for different nvals. Changing to the divisions in powers of 2 (i.e 2ˆk for) like this:
Gave this output graph: This seems acceptable and according to a Matlab calculation made by my colleague. What are your thoughts on this? |
Hi @lcoandrade. Sorry for my sudden silence. My time for working on nolds is quite limited. I originally planned to spend a few more days on it over last and this week, but something else came up instead. I'll definitely come back to this (and the other) issue eventually, but it may take me quite some time. 🙈 I hope you can manage yourself. There are a few notes I took on parameter settings in the examples.py file that may help. Lines 484 to 492 in b91761c
Updates from your side are very much appreciated as any real-world use case may help debugging potential existing issues in the software. |
I'm trying to analyze meteorological data with Nolds, using Hurst (R/S, DFA and GHE) with this code:
I'm trying to see the effects of different values. For R/S and DFA, I'm getting all values above 1.0 (it was supposed to go until 1.0, right?) and for GHE I'm getting low values (less than 0.2). Why Is this happening?
This is the data I'm using:
el_carmen.csv
These are the Hurst graphs:
el_carmen_hurst_dfa.pdf
el_carmen_hurst_ghe.pdf
el_carmen_hurst_rs.pdf
Can you help to understand?
The text was updated successfully, but these errors were encountered: