Skip to content

samirsaci/central-limit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Central Limit Theorem for Process Improvement with Python 📊

Estimate the workload for returns management, assuming a normal distribution of the number of items per carton received from your stores.

Lean Six Sigma (LSS) is a step-by-step approach to process improvement.

This approach typically follows five steps (Define, Measure, Analyse, Improve, and Control) to address existing process problems with unknown causes.

Article

In this Article, we will see how the Central Limit Theorem can help us estimate the workload for the process of returns management using a normal distribution based on the mean and the standard deviation of historical records.

Scenario

You are the Inbound Manager of a multinational clothing retail company known for its fast-fashion clothing for men, women, teenagers, and children.

A significant problem for you is the lack of visibility of your workload for the returns process.

Indeed, due to system limitations, you do not receive an advance shipping notice (ASN) before receiving returns from your stores.

For each item (shirt, dress …), your operators need to perform:

  1. Quality check to ensure that the product can be restocked
  2. Relabelling
  3. Re-packing

You know the productivity per item, and you would like to estimate the workload in hours based on the number of cases you will receive in the week.

Based on the historical data of the last 24 months, you have:

  • An average of 23 items per carton
  • A standard deviation of 7 items

Your team is typically sized to handle up to 30 items per case. You need to hire temporary workers to meet your daily capacity target if it goes beyond this threshold.

Question

Can you estimate the probability of receiving fewer than 30 items per carton each week?

Code

In this repository, you will find all the code used to explain the concepts presented in the article.

Files

  • Central Limit Theorem.ipynb - Jupyter notebook with step-by-step analysis
  • central_limit_theorem.py - Standalone Python script

Getting Started

pip install -r requirements.txt
python central_limit_theorem.py

Dependencies

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • scipy
  • statsmodels

About me 🤓

Senior Supply Chain and Data Science consultant with international experience working on Logistics and Transportation operations.
For consulting or advising on analytics and sustainable supply chain transformation, feel free to contact me via Logigreen Consulting.
For more case studies, check my Personal Website.