https://github.com/cnelias/categoricaltimeseries.jl
Toolbox for categorical time-series analysis.
https://github.com/cnelias/categoricaltimeseries.jl
categorical-data julia time-series-analysis
Last synced: 6 months ago
JSON representation
Toolbox for categorical time-series analysis.
- Host: GitHub
- URL: https://github.com/cnelias/categoricaltimeseries.jl
- Owner: CNelias
- License: mit
- Created: 2020-10-08T12:47:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T13:19:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T11:54:35.248Z (6 months ago)
- Topics: categorical-data, julia, time-series-analysis
- Language: JavaScript
- Homepage: https://categoricaltimeseriesjl.readthedocs.io/en/latest/
- Size: 5.34 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CategoricalTimeSeries.jl
| **Documentation**| **Appveyor** |
|:---------------:|:---------------:|
|[](https://categoricaltimeseriesjl.readthedocs.io/en/latest/?badge=latest)| [](https://ci.appveyor.com/project/johncwok/categoricaltimeseries-jl)|Toolbox helpful for the study of *categorical* time-series.
It contains methods used in [spectral envelope](https://categoricaltimeseriesjl.readthedocs.io/en/latest/Spectral_properties/) analysis, [serial dependence](https://categoricaltimeseriesjl.readthedocs.io/en/latest/Correlations/) analysis, [clustering](https://categoricaltimeseriesjl.readthedocs.io/en/latest/Data_clustering/), and [motif recognition](https://categoricaltimeseriesjl.readthedocs.io/en/latest/Motif_recognition/).## Installation
The package can be installed via:
```Julia
using Pkg
Pkg.add("CategoricalTimeSeries")
```## Documentation
The [documentation](https://categoricaltimeseriesjl.readthedocs.io/en/latest/) is available at https://categoricaltimeseriesjl.readthedocs.io/en/latest/ and provides comprehensive explanations, examples and a descriptive list of all usefull functions.### Reference
If you have been using this package in a scientific publication, please consider citing it:
```Bibtex
@article{nelias2021categoricaltimeseries,
title={CategoricalTimeSeries. jl: A toolbox for categorical time-series analysis},
author={Nelias, Corentin},
journal={Journal of Open Source Software},
volume={6},
number={67},
pages={3733},
year={2021}
}
```