Research Article

The Outlier Interval Detection Algorithms on Astronautical Time Series Data

Pseudocode 1

Input: is the TSD, and is the count of the intervals.
Output: The top outlier intervals in time domain and their scores.
 (1) is the set of intervals divided from , that is,
 (2) for each in
 (3)
 (4)
 (5) endfor
 (6)
 The time complexity of the VOID is where is the number of data in the TSD.