View source: R/EUSnorm_singleperiod.R
EUSnorm_singleperiod | R Documentation |
Calculating expected unit short based on an assumed normal distribution.
EUSnorm_singleperiod(quantity, demand, standerddeviation, na.rm = TRUE)
quantity, |
numeric,quantity replinished every cycle. |
demand |
numeric,annual Expected demand of the SKU . |
standerddeviation |
numeric, standard deviation of the SKU during season. |
na.rm |
logical,TRUE |
Calculating expected unit short based on an assumed normal distribution for a newsvendor model.
a dataframe that contains Expected unit short,k and g(k).
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>"
EUSnorm_singleperiod(quantity=35000,demand=32000,standerddeviation=12000,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.