-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Problem
Currently, STDF-Viewer allows viewing all numeric data points (e.g., measurements, DUTs) in plots and histograms without an easy way to automatically filter statistical outliers. This can make it difficult to focus on the main data distribution when a few extreme values distort the scale or visual trends.
Expected Behavior
Introduce an optional “Outlier Filter” toggle that automatically hides data points identified as outliers using the Interquartile Range (IQR) method.
The feature should:
- Use a configurable sensitivity parameter (α) that determines how far from the median a point must be to be considered an outlier.
- Apply to numeric visualizations such as histograms, trend plots, and other evaluation views.
- Update visualizations dynamically when the filter setting is changed.
Additional Context
Related to #143
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels