Learn R Programming

SCperf (version 1.1.1)

SS: Safety Stock

Description

SS computes the safety stock level over lead-time

Usage

SS(SL, sd, L = 1)

Arguments

SL

Service level, a value between 0 and 1

sd

Standart deviation of the demand

L

A positive lead-time

Value

Safety stock level over lead-time

Examples

Run this code
# NOT RUN {
 
 SS(0.95,0.7,2)

# }

Run the code above in your browser using DataLab