Skip to content

CNelias/CategoricalTimeSeries.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1425bb4 · Dec 19, 2022
Dec 19, 2022
Nov 2, 2021
Oct 9, 2021
Dec 19, 2022
Nov 2, 2021
Oct 8, 2020
Oct 7, 2021
Nov 2, 2021
Nov 18, 2021
Oct 8, 2020
Nov 2, 2021
Apr 6, 2022
Nov 3, 2021
Jan 20, 2021

Repository files navigation

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