ROP {SCperf} | R Documentation |
Reorder Point
Description
ROP
computes the reorder point level of inventory. When inventory falls to this amount, a new order must be made.
Usage
ROP(SL, md, sd, L = 1)
Arguments
SL |
Service level, a value between 0 and 1 |
md |
Mean demand |
sd |
Standart deviation of the demand |
L |
A positive lead-time |
Value
Reorder point level
See Also
Examples
ROP(0.9,2500,500,6)
[Package SCperf version 1.1.1 Index]