Key Equations

Forecast Error

  1. 1. Forecast error measures:

    E t = D t F t CFE = Σ E t E ¯ = CFE n MSE = Σ E t 2 n

    σ = Σ ( E t E ¯ ) 2 n1 MAD = Σ| E t | n MAPE = (Σ| E t |/ D t )(100%) n

Causal Methods: Linear Regression

  1. 2. Linear regression:

    Y=a+bX

Time-Series Methods

  1. 3. Naïve forecasting:

    Forecast= D t

  2. 4. Simple moving average:

    F t+1 = D t + D t1 + D t2 ++ D tn+1 n

  3. 5. Weighted moving average:

    F t+1 = Weight 1 ( D t )+ Weight 2 ( D t1 )+ Weight 3 ( D t2 )+ . . .+ Weight n ( D tn+1 )

  4. 6. Exponential smoothing:

    F t+1 =α D

Get Operations Management: Processes and Supply Chains, 12th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.