Formulas Flashcards

1
Q

Exponential Smoothing with trend adjustment
Initialization

trend line time series

A

ao = yo - (1 - alpha / alpha) x bo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Exponential Smoothing with trend adjustment
Update level demand

trend line time series

A

at = alpha x yt + (1-alpha) x (at-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Exponential smoothing with adjusted trend line
update trend

trend line time series

A

bt = alpha x (at - at-1) + (1-alpha) x bt-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Exponential Smoothing with trend line adjustment
Forecast

trend line time series

A

Pt + tau = at + bt x (1-alpha)/alpha + tau x bt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Exponential Smoothing
Forecast

level demand trend series

A

Pt = alpha x yt + (1-alpha) x Pt-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Procedure of Silver Meal Heuristic

A
  1. Open up first Range of Coverage
  2. Add set-up costs for first period
  3. Add next period = (set up costs + inventory holding costs x period) / # of periods
  4. Stop when costs are bigger
  5. Determine lot size and open up next Lot period
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Procedure of Wagner/Within Algorithm

A
  1. Draw graph not forgetting E as last stage
  2. Calculate all costs: inventory costs x period
  3. Construct Matrix starting with setting up every period
  4. Add first set up costs + inventory costs from graph
  5. Once a better solution is found use that for adding next column
  6. Final inventory in last row
How well did you know this?
1
Not at all
2
3
4
5
Perfectly