dl.sigmadl | R Documentation |
claculating demand lead time,saftey stock when there is a leadtime variability.
dl.sigmadl(expected_demand, sd_demand, expected_leadtime, sd_leadtime)
expected_demand, |
numeric,expected daily demand . |
sd_demand |
numeric,standard deviation of daily demand . |
expected_leadtime |
numeric, expected leadtime in days. |
sd_leadtime |
numeric,standard deviation of leadtime |
calculating leadtime with leadtime variablility as delivery time diffires to long distances and reliability of mode of transport. thus demand leadtime and standard deviation during lead time takes into consideration the lead time variability.
a dataframe that contains calculations of the expected demand lead time and the expected saftey stock during leadtime. It is noted that saftey stock here is more than normal due to leadtime variability.
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>"
dl.sigmadl(expected_demand=100,sd_demand=22,expected_leadtime=12,sd_leadtime=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.