Skip to content

Instantly share code, notes, and snippets.

@jaimeide
Last active December 28, 2023 12:22
Show Gist options
  • Save jaimeide/a9cba18192ee904307298bd110c28b14 to your computer and use it in GitHub Desktop.
Save jaimeide/a9cba18192ee904307298bd110c28b14 to your computer and use it in GitHub Desktop.
Python implementation of the Detrended Partial Cross-Correlation Analysis (DPCCA) coefficient
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jaimeide
Copy link
Author

jaimeide commented Jul 1, 2020

Hi Oscar, John and dokato. Thanks for all the comments!
Apologies for the typo. In fact, I missed the line "xx = np.cumsum(cdata,axis=0)" in the final function.
I've now included it in the edited version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment