https://github.com/juliadynamics/timeseriessurrogates.jl
A Julia package for generating timeseries surrogates
https://github.com/juliadynamics/timeseriessurrogates.jl
hacktoberfest hypothesis-testing julia nonlinear-time-series surrogate surrogates timeseries
Last synced: about 2 months ago
JSON representation
A Julia package for generating timeseries surrogates
- Host: GitHub
- URL: https://github.com/juliadynamics/timeseriessurrogates.jl
- Owner: JuliaDynamics
- License: other
- Created: 2018-05-10T12:14:52.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T16:14:40.000Z (6 months ago)
- Last Synced: 2025-03-30T01:10:00.253Z (about 2 months ago)
- Topics: hacktoberfest, hypothesis-testing, julia, nonlinear-time-series, surrogate, surrogates, timeseries
- Language: Julia
- Homepage: https://juliadynamics.github.io/TimeseriesSurrogates.jl/stable/
- Size: 259 MB
- Stars: 51
- Watchers: 4
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# TimeseriesSurrogates.jl
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/dev/)
[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/stable/)
[](https://doi.org/10.21105/joss.04414)
[](https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaDynamics/TimeseriesSurrogates.jl)
[](https://pkgs.genieframework.com?packages=TimeseriesSurrogates)A Julia package for generating timeseries surrogates.
TimeseriesSurrogates.jl is the fastest and most featureful open source code for generating timeseries surrogates.
It can be used as a standalone package, or as part of other projects in JuliaDynamics such as DynamicalSystems.jl or CausalityTools.jl.To install it, run `import Pkg; Pkg.add("TimeseriesSurrogates")`.
All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.
## Citing
Please use the following BiBTeX entry, or DOI, to cite TimeseriesSurrogates.jl:
DOI: https://doi.org/10.21105/joss.04414
BiBTeX:
```latex
@article{TimeseriesSurrogates.jl,
doi = {10.21105/joss.04414},
url = {https://doi.org/10.21105/joss.04414},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {77},
pages = {4414},
author = {Kristian Agasøster Haaga and George Datseris},
title = {TimeseriesSurrogates.jl: a Julia package for generating surrogate data},
journal = {Journal of Open Source Software}
}
```