Related Time-Series Resources
Resources related to HCTSA including talks/demos, workflow examples and related packages.
A collection of good resources for time-series analysis (including in other programming languages like python and R) are listed here. See also larger collections of time-series resources, by Lukasz Mentel and, focused on python: Max Christ.
Time-Series Data
Accompanying web resource that provides a self-organising database of time-series data. It allows users to upload, explore, and compare thousands of different types of time-series data.
Feature sets derived from hctsa
This reduced set of 22 features, determined through a combination of classification performance (across 93 problems) and mutual redundancy (as explained in this 📗 paper), is available here as an efficiently coded C implementation.
hctsa
Provides code for setting a hctsa feature-extraction job running on a computing cluster without leaving your local machine (with associated Julia helper code).
Provides MATLAB code for distributing hctsa calculations across nodes of a computing cluster (using pbs or slurm schedulers).
A repository for testing new time-series analysis algorithms for redundancy (and assessing whether to include into hctsa).
Feature-based time-series packages developed by others
There is a list of python-based packages for time-series analysis here that is worth taking a look at, in addition to those packages highlighted below:
Kats
is a toolkit for analysing time-series data in python, and includes basic feature extraction functionality.
theft
(Tools for Handling Extraction of Features from Time series) allows users to compute various open time-series features sets and contains associated tools for visualising and analysing the results.
TSFEL
, 'Time Series Feature Extraction Library', is a python package with implementations of 60 simple time-series features (with unit tests).
A flexible and efficient toolkit for flexible time-series processing & feature extraction, that makes minimal assumptions about sequential data. Includes support for a range of feature sets, including tsfresh, catch22, TSFEL, and Kats.
Includes a wide range of useful signal processing tools (like power spectral densities, detrending and bandpass filtering, and empirical mode decomposition). It also includes estimation of complexity parameters (many entropies and correlation dimensions, see part of readme here) as well as detrended fluctuation analysis.
Other packages and resources
A python-based nonlinear time-series analysis and complex systems code package. See this publication.
A python package for performing machine learning using time-series data, including loading datasets from the UCR/UAE repository.
Last updated
Was this helpful?