Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 201 Bytes

Univariate_outlier_detection

The repository contains different Univariate outlier detection algorithms in R.

The algorithms in this repo:

  1. IQR method
  2. MAD method
  3. Adjusted Boxplot Method