Overview of STUMPY
mainSTUMPY is a scalable Python library designed to compute the matrix profile. The matrix profile identifies the nearest-neighbor subsequence for every subsequence within a time series. This capability enables various time series data mining tasks, including:
- Pattern/Motif discovery: Finding approximately repeated subsequences.
- Anomaly/Novelty (discord) discovery: Identifying unusual patterns.
- Shapelet discovery
- Semantic segmentation
- Streaming (on-line) data analysis
- Time series chains: Finding temporally ordered sets of patterns.
- Pan matrix profiles: Selecting optimal subsequence window sizes.