428. METRIC

Multi-Echelon Technique for Recoverable Item Control (Sherbrooke 1968). A closed-form model for spare-parts networks with Poisson demand and one-for-one (S - 1, S) base-stock policy.

The original was developed for US Air Force repairable items — engines, avionics, hydraulics. The model is now standard for any service-parts network: defense, aerospace, semiconductors, medical devices.

428.1. Setup

A two-echelon network:

At each base 𝑗:

Failed parts go to the depot for repair (mean repair time 𝑇depot), then redistributed.

428.2. Palm’s theorem (the key fact)

If demand is Poisson and lead times are independent, the number of orders in the replenishment pipeline at any moment is Poisson-distributed with mean = (demand rate) × (mean lead time).

For base 𝑗:

Pipeline orders at base𝑗Poisson(𝜆𝑗𝐸[𝐿𝑗])

where 𝐸[𝐿𝑗] is the expected lead time the base sees — which depends on whether the depot has stock or the base must wait.

428.3. Expected backorders

For Poisson pipeline with mean 𝜌𝑗 and base stock level 𝑆𝑗:

𝐸[𝐵𝑗(𝑆𝑗)]=𝑥=𝑆𝑗+1(𝑥𝑆𝑗)𝑒𝜌𝑗𝜌𝑗𝑥𝑥!

— the expected shortfall above 𝑆𝑗 in a Poisson distribution. Tables exist; computer-tractable to evaluate.

428.4. Effective lead time

If the depot is stocked, base 𝑗 gets resupplied in standard shipping time 𝑇𝑗ship. If the depot is stocked-out, the base waits for the depot’s repair pipeline.

𝐸[𝐿𝑗]=𝑇𝑗ship+𝐸[𝑊𝑗depot]

where 𝐸[𝑊𝑗depot] is the expected wait at the depot, which depends on depot’s stock 𝑆0 and the aggregate demand 𝑗𝜆𝑗 hitting the depot.

428.5. Optimization

Decision variables: 𝑆0 (depot) and 𝑆𝑗 for each base.

Objective: minimize total backorders (or expected number of units down) subject to a budget constraint:

min𝑗𝐸[𝐵𝑗(𝑆𝑗)]s.t.𝑗𝑐𝑗𝑆𝑗+𝑐0𝑆0budget

Solved by marginal analysis: at each step, add one unit of inventory at whichever stocking location gives the biggest reduction in expected backorders per dollar.

428.6. VARI-METRIC

Sherbrooke’s original METRIC approximates depot resupply time as deterministic. VARI-METRIC (Graves 1985) fixes this by modeling the depot pipeline as Negative Binomial — preserving both the mean and the variance of pipeline orders. Sometimes large efficiency gains. See VARI-METRIC.

428.7. Where it shows up

428.8. Limitations

428.9. See also