Skip to content

Add toggable automatic outlier filtering option using IQR method #170

@tampueroc

Description

@tampueroc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions