Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.66 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.66 KB

CategoricalTimeSeries.jl

Documentation Appveyor
Documentation Status Build status

Toolbox helpful for the study of categorical time-series. It contains methods used in spectral envelope analysis, serial dependence analysis, clustering, and motif recognition.

Installation

The package can be installed via:

using Pkg
Pkg.add("CategoricalTimeSeries")

Documentation

The documentation 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:

@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}
}