JuliaDynamics / JuliaDynamics/RecurrenceAnalysis.jl
Calculate and return diagonal calculations for nth diagonal measures
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 50
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Would like to return results on certain nth diagonals of a recurrence matrix.
tau_recurrence only calculates the average recurrence rate on the nth diagonal (averages the RR on the nth diagonal above and nth diagonal below), but I would like it to return these measures separately and maybe only up to the nth diagonal.
Other metrics at particular tau values like average diagonal length could also maybe be implemented.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the tau_recurrence entry point and trace how recurrence rates are computed for nth diagonals. Define the expected separate above- and below-diagonal results, any limit on diagonal values, and which additional tau-based measures are in scope before implementing and validating the feature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100