powered by
Calculating K value that reduces cost per item short.
safteystock_CIS_normal( quantity, demand, standerddeviation, leadtimeinweeks, cost, Citemshort, holdingrate, na.rm = TRUE )
numeric,quantity replinished every cycle.
numeric,annual Expected demand of the SKU .
numeric, standard deviation of the SKU during season.
leadtime in weeks or order.
numeric,cost of the SKU
numeric, peanlity cost of not satisfying demand if any, if not, zero is placed in the argument.
numeric,,holding charge per item per year.
Logical, True to remove na.
a dataframe that contains calculations of K the cost per item short metric noting that condition must me less than 1.
Calculating K value that reduces cost per item short inventory metric based on an assumed normal distribution.
# NOT RUN { safteystock_CIS_normal(quantity=3000,demand=50000,standerddeviation=4000, leadtimeinweeks=4,cost=90,Citemshort=15,holdingrate=0.15,na.rm=TRUE) # }
Run the code above in your browser using DataLab