Skip to content
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

Cleaned up RecurrenceNetwork tutorial #179

Closed
wants to merge 4 commits into from

Conversation

fkuehlein
Copy link
Collaborator

committed changes:

  • Lorenz-attractor example:
    - included spinup in calculation of timeseries to avoid 0. and 1. values in clustering dimension
    - tried to simplify/cleanup the code not relevant to understand pyunicorn (e.g. timeseries calculation, plots)
    - corrected calculation of GCD
    - Transitivity: cleaned up function for epsilon variation, included progress display
  • substituted pylab with matplotlib.pyplot
  • removed unnecessary imports
  • loops for timeseries calculation now based on python lists instead of numpy arrays for better performance
  • substituted latex.codecogs links with inline LaTeX equations
  • corrected typos

fkuehlein and others added 4 commits May 11, 2023 12:23
- included spinup in timeseries calculation
- show both fixed threshold_std and fixed recurrence_rate (hardly any difference in results, if both have the same value)
Lorenz:
- variation of EPS: removed double calculation of RP
- changed variation of EPS to variation of RR
@fkuehlein fkuehlein closed this May 17, 2023
@fkuehlein fkuehlein deleted the moving_window branch May 17, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant