pyhctsa: Python Toolkit of Highly Comparative Time-Series Analysis Features¶
Install¶
Before installing pyhctsa, we strongly recommend setting up a virtual environment to isolate dependencies:
pip install pyhctsa
Quickstart¶
See Getting started (Quickstart) for how to get up and running with pyhctsa.
API Reference¶
See the API reference for pyhctsa.
License & Citation¶
License: GNU General Public License Version 3. See LICENSE.
© 2026 Joshua Moore and Ben Fulcher. You may use, modify, and distribute this software with appropriate attribution.
Citation¶
If you use pyhctsa in your work or publications, please cite:
Moore, J. B., & Fulcher, B. D. (2026). pyhctsa: Python Toolkit of Highly Comparative Time Series Analysis Features [Software]. Zenodo. https://doi.org/10.5281/zenodo.18652238
Or in BibTeX (version-agnostic):
@software{pyhctsa:2026,
author = {Moore, Joshua B. and Fulcher, Ben D.},
title = {pyhctsa: Python Toolkit of Highly Comparative Time Series Analysis Features},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.18529934},
url = {https://doi.org/10.5281/zenodo.18529934}
}