JuliaDynamics / RecurrenceAnalysis.jl

Recurrence Quantification Analysis in Julia
https://juliadynamics.github.io/RecurrenceAnalysis.jl/stable/
MIT License
45 stars 12 forks source link

Allow `rqa` and associated functions to allow `SparseMatrixCSC`. #122

Closed rs7q5 closed 3 years ago

rs7q5 commented 3 years ago

This PR should resolve issues #121 and #92 . The only potential thing would be if the default theiler window for SparseMatrixCSC should be 1 or 0. It is currently set to zero. If it should be set to 1 I think the only changes would be in rr_denominator and deftheiler.

Closes #92. Closes #121.

Datseris commented 3 years ago

Thank you @rs7q5