View source: R/reorderpoint_normal.R
reorderpoint | R Documentation |
Calculating saftey stock based on the cycle service level.
reorderpoint( dailydemand, dailystandarddeviation, leadtimein_days, csl, distribution = "normal" )
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'. |
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.
a dataframe that contains demand lead time,sigmadl,safteyfactor and re_order point.
this is the second version of the inventorize package, all the fucntions are without any academic contribution from my side, the aim is to facilitate and ease much of the bookkeeping that is endured during stock analysis.
"haytham omar email: <haytham@rescaleanalytics.com>"
reorderpoint(dailydemand=50,dailystandarddeviation=5,leadtimein_days=6,csl=0.90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.