Highly comparative time-series analysis with hctsa
  • Information about hctsa
    • Introduction
    • Getting started
    • Publications using hctsa
    • UMAP Projections
    • Related Time-Series Resources
    • List of included code files
    • FAQ
  • Installing and using hctsa
    • General advice and common pitfalls
    • Installing and setting up
      • Structure of the hctsa framework
      • Overview of an hctsa analysis
      • Compiling binaries
    • Running hctsa computations
      • Input files
      • Performing calculations
      • Inspecting errors
      • Working with hctsa files
    • Analyzing and visualizing results
      • Assigning group labels to data
      • Filtering and normalizing
      • Clustering rows and columns
      • Visualizing the data matrix
      • Plotting the time series
      • Low dimensional representation
      • Finding nearest neighbors
      • Investigating specific operations
      • Exploring classification accuracy
      • Finding informative features
      • Interpreting features
      • Comparing to existing features
      • Working with short time series
    • Working with a mySQL database
      • Setting up the mySQL database
      • The database structure
      • Populating the database with time series and operations
      • Adding time series
      • Retrieving from the database
      • Computing operations and writing back to the database
      • Cycling through computations using runscripts
      • Clearing or removing data
      • Retrieving data from the database
      • Error handling and maintenance
Powered by GitBook
On this page
  • Time-Series Data
  • Feature sets derived from hctsa
  • hctsa
  • Feature-based time-series packages developed by others
  • Other packages and resources

Was this helpful?

Export as PDF
  1. Information about hctsa

Related Time-Series Resources

Resources related to HCTSA including talks/demos, workflow examples and related packages.

PreviousUMAP ProjectionsNextList of included code files

Last updated 12 months ago

Was this helpful?

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 and, focused on python: .

Time-Series Data

Feature sets derived from hctsa

hctsa

Feature-based time-series packages developed by others

There is a list of python-based packages for time-series analysis that is worth taking a look at, in addition to those packages highlighted below:

Other packages and resources


Lukasz Mentel
Max Christ

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.

pyspi is a comprehensive python library for computing hundreds of statistics of pairwise interactions (SPIs) directly from multivariate time series (MTS) data.

A reduced set of 16 features (trained on mouse fMRI data), coded in C with wrappers for use in python, R, etc.

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).

A work in progress to recode many hctsa time-series analysis features into native python code.

This excellent repository allows users to run hctsa software from within python.

Some preliminary python code for analyzing the results of hctsa calculations.

here

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.

Makes available existing collections of time-series data for analysis.

Includes implementations of a range of time-series features.

A unified framework for machine learning with time series.

An open-source library of efficient algorithms to analyse time series using GPU and CPU.

A python package for performing machine learning using time-series data, including loading datasets from the UCR/UAE repository.

A python package that can extract features from multivariate time series.

This reduced set of 22 features, determined through a combination of classification performance (across 93 problems) and mutual redundancy (as explained in ), is available as an efficiently coded C implementation.

Native python time-series code to extract hundreds of time-series features, with in-built feature filtering. See the .

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 ) as well as detrended fluctuation analysis.

Provides a collection of tools for the analysis of tidy time-series data represented as a .

A python-based nonlinear time-series analysis and complex systems code package. See this .

CompEngine
pyspi
catch22
this 📗 paper
here
catchamouse16
autohctsa
distributedhctsa
Candidate Feature Lab
hctsa-py
pyopy
hctsaAnalysisPython
tsfresh
paper
Kats
theft
TSFEL
tsflex
NeuroKit
here
tscompdata
tsfeatures
feasts
tsibble
sktime
Khiva
pyunicorn
publication
tslearn
TSFuse
Page cover image