449. (Q, r)

Continuous review, fixed order quantity. The most common stochastic-demand policy in textbooks and practice.

Decision rule: monitor inventory position continuously. When it drops to (or below) the reorder point 𝑟, order a fixed quantity 𝑄.

Two parameters:

449.0.1. Setup

Random demand with rate 𝑑 per unit time and standard deviation 𝜎𝑑. Lead time 𝐿 (constant for now). Holding cost , fixed order cost 𝑆, plus a service-level requirement 𝑧 (e.g., 𝑧=1.645 for 95% cycle service level).

Inventory position =on-hand+on-orderbackorders. Continuous review means we always know it.

449.0.2. Inventory profile

Sawtooth shape, but with random consumption rate:

449.0.3. Set 𝑟 — the reorder point

To meet cycle service level 1𝛼:

𝑟=𝜇𝐿+𝑧𝜎𝐿

where:

The term 𝑧𝜎𝐿 is the safety stock — buffer for demand variability.

449.0.4. Set 𝑄 — the order quantity

When fixed cost 𝑆 is significant, use the EOQ formula:

𝑄=2𝐷𝑆

(Approximate — exact joint optimization of 𝑄 and 𝑟 exists but EOQ is within a few % of optimal.)

449.0.5. Final formulas

𝑄2𝐷𝑆𝑟=𝜇𝐿+𝑧𝜎𝐿SS=𝑧𝜎𝐿

Average inventory (approximation): 𝑄/2+SS, so total holding cost (𝑄/2+𝑧𝜎𝐿).

Example

Given (shared policy-comparison params):

  • Annual demand: 𝐷 = 12,000 units/year (𝑑=33 units/day)
  • Daily demand std: 𝜎𝑑=5 units/day
  • Lead time: 𝐿=14 days (constant)
  • Order cost: 𝑆 = $50 / order
  • Holding cost: = $2 / unit / year
  • Service level: 95% → 𝑧=1.645

Step 1 — order quantity (EOQ)

𝑄=212000502=600000775units

Step 2 — lead-time demand statistics

𝜇𝐿=𝑑𝐿=3314=462units𝜎𝐿=𝜎𝑑𝐿=51418.7units

Step 3 — reorder point

𝑟=𝜇𝐿+𝑧𝜎𝐿=462+1.64518.7462+30.8493units

Safety stock: SS=30.8 units.

Step 4 — interpret

Whenever inventory position drops to 493, place an order for 775. The order arrives 14 days later. Expected demand during those 14 days is 462; the extra 31 units of safety stock cover up-to-95th-percentile demand fluctuations.

Average ordering rate: 𝐷𝑄=1200077515.5 orders / year. Average cycle length: 𝑄𝐷=7751200024 days.

Average inventory: 𝑄2+SS=388+31419 units. Annual holding cost: 419 $838 / year. Annual ordering cost: 𝑆𝐷𝑄=5015.5 $775 / year. Total: $1613 / year (vs $1549 for deterministic EOQ — the gap is the cost of safety stock).