https://github.com/juliadynamics/delayembeddings.jl
Delay coordinates embeddings and optimizing them
https://github.com/juliadynamics/delayembeddings.jl
chaos delay-embedding hacktoberfest nonlinear nonlinear-dynamics nonlinear-timeseries-analysis reconstruction timeseries
Last synced: 3 months ago
JSON representation
Delay coordinates embeddings and optimizing them
- Host: GitHub
- URL: https://github.com/juliadynamics/delayembeddings.jl
- Owner: JuliaDynamics
- License: mit
- Created: 2018-11-09T10:15:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T16:18:22.000Z (7 months ago)
- Last Synced: 2025-02-06T08:11:12.459Z (4 months ago)
- Topics: chaos, delay-embedding, hacktoberfest, nonlinear, nonlinear-dynamics, nonlinear-timeseries-analysis, reconstruction, timeseries
- Language: Julia
- Homepage:
- Size: 2.5 MB
- Stars: 29
- Watchers: 11
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# DelayEmbeddings.jl
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/delayembeddings/dev/)
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/delayembeddings/stable/)
[](https://link.springer.com/book/10.1007/978-3-030-91032-7)
[](https://github.com/JuliaDynamics/DelayEmbeddings.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaDynamics/DelayEmbeddings.jl)
[](https://pkgs.genieframework.com?packages=DelayEmbeddings)A Julia package that provides a generic interface for performing delay coordinate embeddings, as well as cutting edge algorithms for creating optimal embeddings given some data.
It can be used as a standalone package, or as part of DynamicalSystems.jl.To install it, run `import Pkg; Pkg.add("DelayEmbeddings")`.
All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.