Univariate Outliers

Outlier by Boxplot, Outlier by Robust Boxplot, Outlier by Z-Score

Common

Input Data

Parameters

Inputs

*Target Data

Data Input

*Outlier object

Name of the user-defined outlier object (fill it out at your discretion)

*Output name

Name of the output data

Merge Data

Output data will be concatenated to Merge Data.

*x

User-selected column to be X.

  • only one numerical column should be selected

[Task Information of Outlier by Boxplot]

Workflow Example

R Package

Outlier by Boxplot: https://www.rdocumentation.org/packages/graphics/versions/3.6.2/topics/boxplotarrow-up-right

Outlier by Robust Boxplot: https://www.rdocumentation.org/packages/robustbase/versions/0.93-6/topics/adjboxStatsarrow-up-right

Outlier by Z-Scores: https://www.rdocumentation.org/packages/outliers/versions/0.14/topics/scoresarrow-up-right

Last updated