powered by
Calculating saftey stock based on the cycle service level.
saftey_stock_normal( annualdemand, annualstandarddeviation, leadtimeinweeks, csl, na.rm = TRUE )
numeric,annual Expected demand of the SKU .
numeric, standard deviation of the SKU during season.
leadtime in weeks or order.
cycle service level requested
Logical, remove na if TRUE
a dataframe that contains calculations of K the cost per item short metric noting that condition must me less than 1.
Calculating saftey stock based on the cycle service level in an assumed normal distribution.
# NOT RUN { saftey_stock_normal(annualdemand=8000,annualstandarddeviation=600, leadtimeinweeks=4,csl=0.92,na.rm=TRUE) # }
Run the code above in your browser using DataLab