Uses of Package
elki.timeseries
-
Packages that use elki.timeseries Package Description elki.timeseries Algorithms for change point detection in time series. -
Classes in elki.timeseries used by elki.timeseries Class Description ChangePoint Single Change PointChangePoints Change point detection result Used by change or trend detection algorithms TODO: we need access to the data labels / timestamp information!OfflineChangePointDetectionAlgorithm Off-line change point detection algorithm detecting a change in mean, based on the cumulative sum (CUSUM), same-variance assumption, and using bootstrap sampling for significance estimation.SigniTrendChangeDetection Signi-Trend detection algorithm applies to a single time-series.