English

Fast Detection of Outliers in Data Streams with the $Q_n$ Estimator

Data Structures and Algorithms 2020-01-10 v2

Abstract

We present FQN (Fast QnQ_n), a novel algorithm for fast detection of outliers in data streams. The algorithm works in the sliding window model, checking if an item is an outlier by cleverly computing the QnQ_n scale estimator in the current window. We thoroughly compare our algorithm for online QnQ_n with the state of the art competing algorithm by Nunkesser et al, and show that FQN (i) is faster, (ii) its computational complexity does not depend on the input distribution and (iii) it requires less space. Extensive experimental results on synthetic datasets confirm the validity of our approach.

Keywords

Cite

@article{arxiv.1910.02459,
  title  = {Fast Detection of Outliers in Data Streams with the $Q_n$ Estimator},
  author = {Massimo Cafaro and Catiuscia Melle and Marco Pulimeno and Italo Epicoco},
  journal= {arXiv preprint arXiv:1910.02459},
  year   = {2020}
}