Time series annotation#
The aeon.annotation
module contains algorithms and tools
for time series annotation. This no longer includes anomaly/outlier
detection and time series segmentation, which are now in their own module.
|
Hierarchical agglomerative estimation of multiple change points. |
|
Hidden Markov Model with Gaussian emissions. |
|
Hidden Markov Model with Gaussian mixture emissions. |
|
Implements a simple HMM fitted with Viterbi algorithm. |
|
Hidden Markov Model with Poisson emissions. |
Adapters#
|
Transformer that applies outlier detector from pyOD. |
Data Generation#
Synthetic data generating functions.