ROP: Reorder Point

Description Usage Arguments Value See Also Examples

View source: R/ROP.R

Description

ROP computes the reorder point level of inventory. When inventory falls to this amount, a new order must be made.

Usage

1
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

SS

Examples

1
 ROP(0.9,2500,500,6)

SCperf documentation built on May 2, 2019, 8:31 a.m.