View source: R/saftey_stock_normal.R
saftey_stock_normal | R Documentation |
Calculating saftey stock based on the cycle service level.
saftey_stock_normal( annualdemand, annualstandarddeviation, leadtimeinweeks, csl, na.rm = TRUE )
annualdemand |
numeric,annual Expected demand of the SKU . |
annualstandarddeviation |
numeric, standard deviation of the SKU during season. |
leadtimeinweeks |
leadtime in weeks or order. |
csl |
cycle service level requested |
na.rm |
Logical, remove na if TRUE |
Calculating saftey stock based on the cycle service level in an assumed normal distribution.
a dataframe that contains calculations of K the cost per item short metric noting that condition must me less than 1.
this is the second version of the inventorize package, all the fucntions are without any academic contribution from my side, the aim is to facilitate and ease much of the bookkeeping that is endured during stock analysis.
"haytham omar email: <haytham@rescaleanalytics.com>"
saftey_stock_normal(annualdemand=8000,annualstandarddeviation=600, leadtimeinweeks=4,csl=0.92,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.