425. VARI-METRIC

An extension of METRIC (Graves 1985) that captures the variance of pipeline orders, not just the mean. The pipeline is modeled as Negative Binomial instead of Poisson — same mean, larger variance, more realistic for low-stock scenarios.

425.1. Why METRIC under-estimates backorders

METRIC assumes depot resupply time is deterministic and that the resulting order pipeline is Poisson. But when the depot occasionally stocks out, downstream waiting times are random, inflating pipeline variance.

If true variance Poisson variance ( mean), the real probability of large pipelines is higher than Poisson predicts → real backorders are higher.

425.2. Negative Binomial pipeline

VARI-METRIC fits the pipeline-order distribution as Negative Binomial with mean and variance :

where are chosen to match the observed (or computed) mean and variance:

Solve for given target .

425.3. Computing the variance

Variance of orders at base :

— two contributions:

  1. Demand variance during a mean-length lead time (Poisson contribution, )
  2. Lead-time variance itself (when waiting at the depot)

For the depot pipeline (single location aggregating multiple bases), use law of total variance:

(Exact formulas are detailed; the point is that variance is not equal to the mean.)

425.4. Expected backorders with NB pipeline

— same form as METRIC, just with the NB instead of Poisson distribution for pipeline orders.

425.5. Practical impact

For low-stock items with appreciable depot-side delay, VARI-METRIC predictions are 20–50% more pessimistic than METRIC — and they match empirical data much better.

The optimization (marginal analysis on the budget vs total backorders) is the same algorithm; only the backorder calculation differs.

425.6. When METRIC is “good enough” vs VARI-METRIC

425.7. See also