Related Experiment Video
Updated: Oct 5, 2025

08:33
A Cross-Disciplinary and Multi-Modal Experimental Design for Studying Near-Real-Time Authentic Examination Experiences
Published on: September 4, 2019
7.2K
A survey on outlier explanations.
Egawati Panjei1, Le Gruenwald1, Eleazar Leal2
1School of Computer Science, The University of Oklahoma, Norman, OK USA.
Summary
This paper surveys outlier explanations, bridging the gap between detecting anomalies and understanding them. It details methods for generating and evaluating these explanations to aid user action.
Area of Science:
- Data Science
- Machine Learning
- Artificial Intelligence
Background:
- Outlier detection methods are prevalent, but interpreting detected outliers remains a challenge for users.
- Lack of clear explanations hinders timely and appropriate actions based on anomalous data.
- Existing literature lacks comprehensive surveys on outlier explanations.
Purpose of the Study:
- To provide the first comprehensive survey on outlier explanations.
- To define types of outlier explanations and discuss generation challenges.
- To review existing techniques, applications, and evaluation methods for outlier explanations.
Main Methods:
- Systematic literature review of outlier explanation techniques.
- Categorization of different types of outlier explanations.
- Analysis of challenges in generating and evaluating outlier explanations.
Main Results:
- Identified a gap in the literature regarding outlier explanations.
- Defined and categorized various types of outlier explanations.
- Reviewed existing techniques, applications, and evaluation metrics for outlier explanations.
Conclusions:
- Outlier explanations are crucial for actionable insights from anomalous data.
- This survey provides a foundation for understanding and advancing research in outlier explanations.
- Future research directions in outlier explanation generation and evaluation are discussed.
Related Concept Videos
Outliers and Influential Points
4.7K
An outlier is an observation of data that does not fit the rest of the data. It is sometimes called an extreme value. When you graph an outlier, it will appear not to fit the pattern of the graph. Some outliers are due to mistakes (for example, writing down 50 instead of 500), while others may indicate that something unusual is happening. Outliers are present far from the least squares line in the vertical direction. They have large "errors," where the "error" or residual is the...
4.7K
What Are Outliers?
4.4K
Outliers are observed data points that are far from the least squares line. They have unusual values and need to be examined carefully. Though an outlier may result from erroneous data, at other times, it may hold valuable information about the population under study and should be included in the data. Hence, it is crucial to examine what causes a data point to be an outlier.
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
4.4K
Quantifying and Rejecting Outliers: The Grubbs Test
2.5K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
2.5K
Detection of Gross Error: The Q Test
6.5K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
6.5K
Unusual Results
3.3K
Unusual results are those that have a very low chance of occurring. Unusual results can be identified using probabilities and the range rule of thumb. In problems involving probability, unusual results can be observed in 2 instances – an unusually high number of successes or an unusually low number of successes.
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
3.3K
Modified Boxplots
10.5K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
10.5K

