powered by
Calculating expected unit short based on an assumed normal distribution.
EUSnorm_singleperiod(quantity, demand, standerddeviation, na.rm = TRUE)
numeric,quantity replinished every cycle.
numeric,annual Expected demand of the SKU .
numeric, standard deviation of the SKU during season.
logical,TRUE
a dataframe that contains Expected unit short,k and g(k).
Calculating expected unit short based on an assumed normal distribution for a newsvendor model.
# NOT RUN { EUSnorm_singleperiod(quantity=35000,demand=32000,standerddeviation=12000,na.rm=TRUE) # }
Run the code above in your browser using DataLab