-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Dedicated structs for recurrence matrices (#25)
* export Dataset as well, seems useful. * recurrence matrix type and its pretty printing * change function return types * each matrix gets its own type. * more necessary method propagation * more elegant method propagation * update recurrence rate * enforce as constant that RecurrenceMatrix is symmetric * correct mistake: Int instead of Int64 * replace all dispatches with ARM and comment out windowed for now. * use new types in tests * update plotting to new types * remove `AbstractMatrix` methods for diagonal and vertical histograms * extend iterate and uncomment windowed * type stability in trend and recurrencerate * fix windowed with JointRecurrenceMatrix * change field from .m to .data * fix windowed rqa functions * change gensym by local variable declarations in windowed * added documentation and comments on windowed * delete "= true" in pretty printing of recurrence matrices (#27) * docstring fixes * deprecations
- Loading branch information
Showing
6 changed files
with
208 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.