JuliaDynamics / JuliaDynamics/RecurrenceAnalysis.jl
Allow different recurrence threshold for 2nd matrix in Joint recurrence matrix
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 50
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
see also https://github.com/JuliaDynamics/DynamicalSystems.jl/issues/210
Would be nice to allow a 4th argument εy for the recurrences of y.
Only question is: what would be the recurrence type stored and displayed by the joint matrix? At the moment we store ε and we use it when we display the matrix. I guess we could make a new subtype called only for display purposes.
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 related DynamicalSystems.jl issue and tracing the joint recurrence matrix API and its recurrence-type display path. Define done as accepting a fourth εy argument for y recurrences and settling how the joint matrix stores and displays differing thresholds, including any needed recurrence subtype.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100