8.5 Inventory Control
8.5 Inventory Control
1. EOQ (Economic Order Quantity)
Basic Concept:
Optimal order quantity that minimizes total inventory costs.
Balances ordering costs and holding costs.
Assumptions:
Demand is constant and known.
Lead time is constant.
No quantity discounts.
No stockouts allowed.
Order arrives all at once.
Cost Components:
Ordering Cost (S): Cost to place and receive an order (paperwork, transportation, inspection).
Holding/Carrying Cost (H): Cost to hold one unit for one year (storage, insurance, capital, obsolescence).
Often expressed as percentage of item cost: H=i×C where i = annual holding rate, C = unit cost.
Purchase Cost (C): Cost per unit of item.
Total Annual Cost: TC=Purchase Cost+Ordering Cost+Holding Cost
EOQ Formula:
EOQ=Q∗=H2DS
D = Annual demand (units/year)
S = Ordering cost per order ($$/order)
H = Holding cost per unit per year ($$/unit/year)
Derived Values:
Number of orders per year: N=Q∗D
Time between orders (cycle time): T=DQ∗ (in years) or T=DQ∗×365 days
Total Annual Cost at EOQ: TCmin=DC+2DSH
Extensions:
Quantity Discounts: Compare total costs at different price breakpoints.
Production Order Quantity (POQ): For items produced internally, not ordered externally.
POQ=H(1−pd)2DS where p = production rate, d = demand rate.
2. Safety Stock
Purpose:
Buffer inventory to protect against uncertainties.
Prevents stockouts due to:
Demand variability.
Lead time variability.
Supply disruptions.
Factors Influencing Safety Stock:
Service Level: Probability of not having a stockout.
Demand Variability: Standard deviation of demand.
Lead Time Variability: Standard deviation of lead time.
Desired Service Level: Higher service level requires more safety stock.
Safety Stock Calculation Methods:
Basic Method (for constant lead time, variable demand):
SS=z×σd×L
z = service factor (from normal distribution)
σd = standard deviation of daily demand
L = lead time in days
General Method (variable demand and variable lead time):
SS=z×Lσd2+d2σL2
σL = standard deviation of lead time
d = average daily demand
Service Level Considerations:
Common z-values:
90% service level: z=1.28
95% service level: z=1.65
99% service level: z=2.33
Service Level vs Cost: Higher service level increases holding costs.
Reorder Point with Safety Stock:
ROP=(d×L)+SS
d×L = expected demand during lead time
SS = safety stock
3. ABC Analysis
Concept (Pareto Principle):
Small percentage of items account for large percentage of value.
80/20 Rule: Approximately 80% of total inventory value comes from 20% of items.
Classification:
A Items:
Top 10-20% of items by annual dollar usage.
Account for 70-80% of total inventory value.
Management: Tight control, frequent review, low safety stock.
B Items:
Next 20-30% of items.
Account for 15-25% of total value.
Management: Moderate control, periodic review.
C Items:
Remaining 50-70% of items.
Account for 5-10% of total value.
Management: Simple control, large orders, high safety stock.
Analysis Procedure:
Calculate annual dollar usage for each item: Annual Usage=Unit Cost×Annual Demand
Sort items in descending order of annual dollar usage.
Calculate cumulative percentage of items and cumulative percentage of dollar usage.
Plot Pareto curve and establish A, B, C boundaries.
Apply appropriate inventory policies to each category.
Annual Dollar Usage Calculation:
For each item: Value=Ci×Di
Total inventory value: TV=∑i=1nCiDi
Item percentage: TVCiDi×100%
Applications Beyond Inventory:
Supplier management.
Quality control (focus on critical defects).
Customer profitability analysis.
4. Forecasting
Forecasting Purpose:
Predict future demand for inventory planning.
Basis for production planning, purchasing, capacity planning.
Reduces uncertainty in inventory decisions.
Forecasting Methods:
Qualitative Methods:
Expert opinion, market research, Delphi method.
Used when little historical data exists.
Quantitative Methods:
Time series analysis.
Causal models.
Based on historical data patterns.
Time Series Components:
Trend (T): Long-term upward or downward movement.
Seasonality (S): Regular pattern repeating over periods.
Cyclical (C): Longer-term economic cycles.
Random (R): Unpredictable variation, noise.
Common Forecasting Techniques:
Naive Forecast: Ft+1=At (next period = this period)
Simple Moving Average:
Ft+1=nAt+At−1+...+At−n+1
Smooths random variations.
Weighted Moving Average:
Ft+1=w1At+w2At−1+...+wnAt−n+1
∑wi=1
Exponential Smoothing:
Ft+1=αAt+(1−α)Ft
0<α≤1 (smoothing constant)
Simple form: Ft+1=Ft+α(At−Ft)
Forecast Error Measurement:
Error: et=At−Ft
Mean Absolute Deviation (MAD): MAD=n∑∣et∣
Mean Squared Error (MSE): MSE=n∑et2
Mean Absolute Percentage Error (MAPE): MAPE=n∑∣Atet∣×100%
Forecasting for Inventory Control:
Determine appropriate forecasting method based on demand pattern.
Use forecast to calculate EOQ, safety stock, reorder points.
Regularly update forecasts based on actual demand.
Consider forecast error in safety stock calculations.
Last updated