Learn R Programming

inventorize (version 1.1.1)

reorderpoint: reorderpoint

Description

Calculating saftey stock based on the cycle service level.

Usage

reorderpoint(
  dailydemand,
  dailystandarddeviation,
  leadtimein_days,
  csl,
  distribution = "normal"
)

Arguments

dailydemand

numeric,daily Expected demand of the SKU .

dailystandarddeviation

numeric, standard deviation of daily demand of the SKU .

leadtimein_days

leadtime in days of order..

csl

cycle service level requested

distribution

distribution to calculate safety stock based on demand distribution, current choices are 'normal' 'poisson','gamma' and negative binomial 'nbinom'.

Value

a dataframe that contains demand lead time,sigmadl,safteyfactor and re_order point.

Details

Calculating re-order point based on demand variability without lead time variability in an assumed normal distribution. cycle service level is provided to calculate saftey stock accordingly.

Examples

Run this code
# NOT RUN {
reorderpoint(dailydemand=50,dailystandarddeviation=5,leadtimein_days=6,csl=0.90)
# }

Run the code above in your browser using DataLab