All Projects → JuliaDynamics → TimeseriesSurrogates.jl

JuliaDynamics / TimeseriesSurrogates.jl

Licence: other
A Julia package for generating timeseries surrogates

Programming Languages

julia
2034 projects
matlab
3953 projects
TeX
3793 projects

Projects that are alternatives of or similar to TimeseriesSurrogates.jl

MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+197.14%)
Mutual labels:  timeseries, hypothesis-testing
RollingFunctions.jl
Roll a window over data; apply a function over the window.
Stars: ✭ 89 (+154.29%)
Mutual labels:  timeseries
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (+385.71%)
Mutual labels:  timeseries
Timeseries fastai
fastai V2 implementation of Timeseries classification papers.
Stars: ✭ 221 (+531.43%)
Mutual labels:  timeseries
Pond
Immutable timeseries data structures built with Typescript
Stars: ✭ 180 (+414.29%)
Mutual labels:  timeseries
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (+562.86%)
Mutual labels:  timeseries
Influxdb Client Python
InfluxDB 2.0 python client
Stars: ✭ 165 (+371.43%)
Mutual labels:  timeseries
MementoEmbed
A service that provides archive-aware oEmbed-compatible embeddable surrogates (social cards, thumbnails, etc.) for archived web pages (mementos).
Stars: ✭ 13 (-62.86%)
Mutual labels:  surrogate
Mtail
extract internal monitoring data from application logs for collection in a timeseries database
Stars: ✭ 3,028 (+8551.43%)
Mutual labels:  timeseries
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (+520%)
Mutual labels:  timeseries
Redis Timeseries
Future development of redis-timeseries is at github.com/RedisLabsModules/redis-timeseries.
Stars: ✭ 197 (+462.86%)
Mutual labels:  timeseries
Flot Downsample
Downsample plugin for Flot charts.
Stars: ✭ 186 (+431.43%)
Mutual labels:  timeseries
Rrd4j
A high performance data logging and graphing system for time series data.
Stars: ✭ 234 (+568.57%)
Mutual labels:  timeseries
Tibbletime
Time-aware tibbles
Stars: ✭ 175 (+400%)
Mutual labels:  timeseries
prometheus-redistimeseries-adapter
Prometheus remote storage adapter for RedisTimeSeries
Stars: ✭ 23 (-34.29%)
Mutual labels:  timeseries
Metrics
Metrics Query Engine
Stars: ✭ 168 (+380%)
Mutual labels:  timeseries
Arctic
High performance datastore for time series and tick data
Stars: ✭ 2,525 (+7114.29%)
Mutual labels:  timeseries
Anomalydetection
Twitter's Anomaly Detection in Pure Python
Stars: ✭ 225 (+542.86%)
Mutual labels:  timeseries
distfit
distfit is a python library for probability density fitting.
Stars: ✭ 250 (+614.29%)
Mutual labels:  hypothesis-testing
influxdbr
R Interface for InfluxDB
Stars: ✭ 95 (+171.43%)
Mutual labels:  timeseries

TimeseriesSurrogates.jl

CI codecov Package Downloads

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 DynamicalSystems.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:

@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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].