Research Article

The Outlier Interval Detection Algorithms on Astronautical Time Series Data

Pseudocode 2

Input: is the TSD, and is the count of the intervals, are the amplitude thresholds.
Output: The top outlier intervals and their scores.
 (1) is the set of intervals divided from , that is,
 (2) for each in
 (3)
 (4) endfor
 (5) for each in
 (6)
 (7) endfor
 (8)