View source: R/safteystock_CSL_normal.R
safteystock_CSL_normal | R Documentation |
calculating saftey stock based on cycle service level rate.
safteystock_CSL_normal( rate, quantity, demand, standerddeviation, leadtime, na.rm = TRUE )
rate, |
cycle service level requested. |
quantity |
quantity ordered every cycle. |
demand |
numeric, expected annual demand of the SKU. |
standerddeviation |
numeric annual standard deviation of the demand. |
leadtime |
numeric,leadtime of order in weeks. |
na.rm |
logical with a default of TRUE |
calculating saftey stock and expected unit short based on the cycle service identified assuming a normal distribution.
a dataframe that contains calculations of the expected profit from a newsvendor model based on normal distribution.
"haytham omar email: <haytham@rescaleanalytics.com>"
safteystock_CSL_normal(rate=0.95,quantity=30000,demand=28000,standerddeviation=5000,8,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.