powered by
Computes the bullwhip effect for an stationary ARMA(p,q) demand process.
SCperf(phi, theta, L, SL)
A vector of autoregressive parameters
A vector of moving-average parameters
A positive lead-time
Service level, (default:0.95)
Analytical measure for the bullwhip effect
The SCperf function has been deprecated and will be made defunct; use the bullwhipgame package.
SCperf
- Zhang, X. (2004b). Evolution of ARMA demand in supply chains. Manufacturing and Services Operations Management, 6 (2), 195-198.
- Silva Marchena, M. (2010) Measuring and implementing the bullwhip effect under a generalized demand process. http://arxiv.org/abs/1009.3977
pkgSCperf-deprecated
# NOT RUN { # } # NOT RUN { #ARMA(1,1) case SCperf(phi=0.95,theta=0.1,L=2,SL=0.99) #AR(2) case SCperf(phi=c(0.8,-0.2),theta=0,L=1) # } # NOT RUN { # }
Run the code above in your browser using DataLab