Skip to content

farhad-here/outlier-detection-iqr-3sigma-sales-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Outlier Detection in Sales Data using IQR and 3-Sigma

This project analyzes monthly sales data of 20 company agents. It compares two outlier detection methods: IQR (Interquartile Range) and 3-Sigma Rule, evaluates the impact of outliers on mean and median, and visualizes the distribution using boxplots.

Highlights:

  • Detects outliers using both IQR and 3-Sigma.
  • Compares how each method performs on skewed data.
  • Calculates and compares mean/median before and after outlier removal.
  • Includes boxplots to visualize the effect of outliers.

Tools Used:

  • Python
  • NumPy
  • Matplotlib
  • scipy
pip install numpy matplotlib scipy

About

Outlier detection and sales data analysis using IQR and 3-Sigma methods in Python. Includes visual comparison, statistical impact, and interpretation.(data analysis bootcamp project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors