Learn R Programming

inventorize (version 1.1.1)

safteystock_IFR_normal: safteystock_IFR_normal

Description

Calculating K value corresponding to item fill rate.

Usage

safteystock_IFR_normal(
  rate,
  quantity,
  demand,
  standerddeviation,
  leadtime,
  na.rm = TRUE
)

Arguments

rate

numeric, item fill rate.

quantity,

numeric,quantity replinished every cycle.

demand

numeric,annual Expected demand of the SKU .

standerddeviation

numeric, standard deviation of the SKU during season.

leadtime

leadtime in weeks of order.

na.rm

Logical, TRUE to remove na.

Value

a dataframe that contains calculations of K the item fill rate metric.cycle service level and expected unit short.

Details

Calculating K value that corresponds to the desired item fill rate.

Examples

Run this code
# 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