methods for forecasting seasonal items with intermittent demand

13
Methods for Forecasting Seasonal Items With Intermittent Demand Chris Harvey University of Portland

Upload: joie

Post on 24-Feb-2016

27 views

Category:

Documents


1 download

DESCRIPTION

Methods for Forecasting Seasonal Items With Intermittent Demand. Chris Harvey University of Portland. Overview. What are seasonal items? Assumptions The ( π , p,P ) policy Software Architecture Simulation Results Further work. Seasonal Items. Many items are not demanded year round - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Methods for Forecasting Seasonal Items With Intermittent Demand

Chris HarveyUniversity of Portland

Page 2: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Overview• What are seasonal items?• Assumptions• The (π,p,P) policy• Software Architecture• Simulation Results• Further work

Page 3: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Seasonal Items• Many items are not demanded year

round– Christmas ornaments– Flip flop sandals

• Demand is sporadic– Intermittent

• Evaluate policies that minimize overstock, while maximizing the ability to meet demand.

Page 4: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Demand Quantity of a Representative Seasonal Item

Page 5: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Assumptions• Time till demand event is r.v. T, has Geometric

distribution– T ~ Geometric(pi) where pi = Pr(demand event in

season)– T ~ Geometric(po) where po = Pr(demand out of

season)• Geometric distribution defined for n = 0,1,2,3…

where r.v. X is defined as the number (n) of Bernoulli trials until a success.

• pmf €

P(X = n;p) = (1− p)n p

http://en.wikipedia.org/wiki/Geometric_distribution

Page 6: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Assumptions• Size of demand event is r.v. D, has a shifted

Poisson distribution– D ~ Poisson(λi)+1 whereλi+ 1 = E(demand size

in season)– D ~ Poisson(λo)+1 whereλo+1 = E(demand out

of season)• Poisson distribution defined as

Where r.v. X is number of successes (n) in a time period.

• Pmf €

f (X = n;λ ) = λne−λ

n!

http://en.wikipedia.org/wiki/Poisson_distribution

Page 7: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Histogram and Distribution Fitting of Non-Zero Demand Quantities

Page 8: Methods for  Forecasting Seasonal  Items With Intermittent Demand

The (π, p, P) policy• Order When

• Order Quantity

Pr PrT t and D IP p

1 ,Q F P IP 1 , inverse cumulative demand distribution function

inventory position" "" "

I

O

F

IP OH OO BOIn seasonOff season

Page 9: Methods for  Forecasting Seasonal  Items With Intermittent Demand

New Simulation Structure• Organization

– Modular– Interchangeable– Bottom up debugging

• Global Data Structure– Very fast runtime – [[lists]] nested in [lists]

• Lists may contain many types: vectors, strings, floats, functions…

Main simulatio

n:Data

structure aware

Director for Each Method:

Data Structure ignorant

Generic Function definition

s

Generic call args

Generic return args

Specific call args

Specifc return args

Page 10: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Performance

Page 11: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Pp

ROII for π =.9

Page 12: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Future Work • Bayesian Updating– Geometric and Poisson parameters are

not fixed– Parameters have a probability

distribution based on observed data– Parameters are continuously updated

with new information• Modular nature of new simulation

allows fast testing of new updating methods

Page 13: Methods for  Forecasting Seasonal  Items With Intermittent Demand

Giving Thanks• Dr. Meike Niederhausen• Dr. Gary Mitchell• R