powered by
Calculating K value corresponding to item fill rate.
safteystock_IFR_normal( rate, quantity, demand, standerddeviation, leadtime, na.rm = TRUE )
numeric, item fill rate.
numeric,quantity replinished every cycle.
numeric,annual Expected demand of the SKU .
numeric, standard deviation of the SKU during season.
leadtime in weeks of order.
Logical, TRUE to remove na.
a dataframe that contains calculations of K the item fill rate metric.cycle service level and expected unit short.
Calculating K value that corresponds to the desired item fill rate.
# NOT RUN { safteystock_IFR_normal(rate=0.97,quantity=9000,demand=100000, standerddeviation=5000,leadtime=4,na.rm=TRUE) # }
Run the code above in your browser using DataLab