Skip to content

Commit f823347

Browse files
authored
Update publications.yml
1 parent 0945957 commit f823347

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_data/publications.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
- title: "A Novel Approach to Speed Up Hampel Filter for Outlier Detection"
2+
date: 23 may 2025
3+
url: https://www.mdpi.com/1424-8220/25/11/3319
4+
publisher: Sensors (MDPI)
5+
image: '/assets/publications_images/preprints/hfv.png'
6+
description: |
7+
Outlier detection is a critical task in time series analysis, essential to maintaining data quality and allowing for accurate subsequent analysis. The Hampel filter, a decision filter that replaces outliers in a data window with the median, is widely used for outlier detection in time series due to its simplicity and effectiveness. While effective, its computational complexity, primarily due to the calculation of the Median Absolute Deviation (MAD), poses limitations for large-scale and real-time applications. This paper proposes a novel Hampel filter variant that replaces the MAD with an original estimator (mMAD) that retains statistical robustness but is computationally more efficient. This reduces the filter’s computational complexity from 𝑂(𝑁·𝑤log𝑤) to 𝑂(𝑁·𝑤), where N is the data length and w the window size. The proposed variant significantly lowers processing time and resource consumption, making it especially suitable for large-scale and real-time data processing while preserving robust outlier detection performance.
8+
19
- title: "Development of a system for the validation of industrial parts pose on conveyor belts with a focus on simulation and advanced experimentation (Master's Thesis)"
210
date: 15 feb. 2024
311
url: https://digibuo.uniovi.es/dspace/handle/10651/76231

0 commit comments

Comments
 (0)