PLpart: pipeline for a part at bases

Description Usage Arguments Value References Examples

View source: R/PLpart.R

Description

This is the initial function for calculating the pipeline for parts demand at bases given various stock levels

Usage

1
PLpart(Lam, t,r,O,TAT,ds,dLam)

Arguments

Lam

Average annual demand at base.

t

The average time to restore (repair time) at base, in years.

r

Probability of repair at base.

O

Average order and ship time from depot to base.

TAT

Turnaround time at depot.

ds

initial stock at depot.

dLam

demand at depot.

Value

Returns a scalar value.

References

Craig C. Sherbrooke, (2004) "Optimal Inventory Modeling of Systems, Multi-Echelon Techniques, Second Edition"

Examples

1
PLz<-PLpart(23.2,0.01,0.5,0.01,0.02531,0,92.8)

xmetric documentation built on May 2, 2019, 6:08 p.m.

Related to PLpart in xmetric...