bullwhip
computes the increase of the demand
variability (the bullwhip effect) for a simple two-stage supply chains
consisting of a single retailer and a single manufacturer using three
forcasting methods: Minimum Mean Square Error (MMSE), Simple Moving
Average (SMA) and Exponential Smoothing (ES) when the demand follows
a known stationary AR(1) stochastic process.
bullwhip(method = c("MMSE", "SMA", "ES"), phi, L, p, alpha)
Silva Marchena, M. (2010) Measuring and implementing the bullwhip effect under a generalized demand process. http://arxiv.org/abs/1009.397 Zhang, X. (2004a) The impact of forecasting methods on the bullwhip effect, International Journal of Production Economics.l, v.88, n.1, p. 15-27.
SCperf
bullwhip("SMA",0.9,2,4)
bullwhip("ES",0.9,2,0,0.6)
bullwhip("MMSE",0.9,2)
Run the code above in your browser using DataLab