Lecture 06_Newsvendor Problem Flashcards
Newsvendor fractile
c(u) / [c(u) + c(o)]
with c(u) = underage cost
c(o) = overage cost
KANBAN
Procedure
Application
Production on demand (just-in-time)
Application
- limited fluctuation of demand, short transport distance
- mass and large-scale production
Procedure
- remove full container from storage
- Kanban (Card) is removed from container and put in a box, this represents the source of a production order
- produced parts are put in container and Kanban is attached, storage is filled with full container
Source (producing node) -> buffer stock -> sink (consuming node)
KANBAN Loop
Pull-based system
- Subassembly (Sink) [Material Flow]
- KANBAN Box [Information flow]
- Parts Production (Source)
- Buffer Stock
Safety Stock S
Formula
S = k * σ √L
How to insert learning curve into formula
e.g. 90% learning curve
e.g. 10% decrease of costs
log(0.9)
log(0.9)
How to select demand from table of probability distribution..
- add row and column together to determine demand
p > 0.5 - demand = k
- with k as ∑ of column and row value
when p < 0.5
- p’ = p - 1 e.g. 0.45 -> p’ = 0.55
- d = m - (k - m)
m = mean of distribution