Add validation tests for DFA scaling exponent#463
Merged
ThomasMBury merged 4 commits intoThomasMBury:mainfrom Apr 3, 2026
Merged
Add validation tests for DFA scaling exponent#463ThomasMBury merged 4 commits intoThomasMBury:mainfrom
ThomasMBury merged 4 commits intoThomasMBury:mainfrom
Conversation
Owner
|
Hi Robin, Thank you very much for adding DFA to ewstools! This is a really nice addition that will be valuable for users. We could also consider adding a short Jupyter notebook tutorial to demonstrate how to use it. Thanks again for the contribution - much appreciated. Tom |
Author
|
Hi Tom,
Thanks very much—I’m glad it’s a useful addition.
I’d be happy to put together a short Jupyter notebook demonstrating DFA
usage within ewstools. I can draft something that shows typical workflows
and interpretation.
Let me know if there’s anything specific you’d like included.
Best,
Robin
…On Fri, Apr 3, 2026 at 4:23 PM Thomas Bury ***@***.***> wrote:
*ThomasMBury* left a comment (ThomasMBury/ewstools#463)
<#463 (comment)>
Hi Robin,
Thank you very much for adding DFA to ewstools! This is a really nice
addition that will be valuable for users. We could also consider adding a
short Jupyter notebook tutorial to demonstrate how to use it.
Thanks again for the contribution - much appreciated.
Tom
—
Reply to this email directly, view it on GitHub
<#463 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHAN3I3JTAOUH23DVXTC67T4UBBXHAVCNFSM6AAAAACW4I3CXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCOBVGU4TCMBQGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Robin Macomber*
Founder, *Relational Relativity LLC*
Deep Tech R&D 📧 ***@***.***
805 621 0987🔗 linkedin.com/in/robinmacomber
<https://www.linkedin.com/in/robinmacomber>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds validation tests for the existing Detrended Fluctuation Analysis (DFA) implementation in
helpers.dfa.The tests verify expected scaling behaviour using synthetic signals:
Additional tests cover:
TimeSeriesAPIDFA follows the algorithm introduced in Peng et al. (1994), and these tests ensure expected scaling behavior is preserved.