METRIC1: Initial METRIC algorithm

Description Usage Arguments Value References Examples

View source: R/METRIC1.R

Description

This is a the initial function for calculating the optimal distribution of parts to depot and bases.

Usage

1
METRIC1(x, convergence_limit=0.015, show=FALSE)

Arguments

x

A dataframe holding part data at bases conforming with METRIC1 input.

convergence_limit

The end point for EBO reduction after incremental addition of parts to stores at depot or bases.

show

A logical value controlling graphical output.

Value

Returns a dataframe tabulating selections for the optimal distribution of stock to depot and bases at various total Cost resulting in an overall EBO performance measure.

References

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

Examples

1
2

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

Related to METRIC1 in xmetric...