Mathematical Foundation

The M/M/c+G queue (where +G denotes "generally distributed patience") models systems where customers have limited patience. If a patient's perceived wait time exceeds their individual patience threshold T, they renege (abandon the queue without service).

The Patience Distribution

Empirical studies show emergency department patience follows approximately exponential or Weibull distributions. A common assumption is:

$$P(\text{Patience} > t) = e^{-\theta t}$$

Where θ is the patience rate parameter. Median patience in EDs typically ranges from 60-90 minutes, varying by:

Abandonment as System Regulation

Reneging creates a self-regulating mechanism: as queues grow, more customers abandon, which caps queue length. However, this "stability" comes at severe cost:

$$\text{Cost}_{\text{abandonment}} = \text{Revenue Loss} + \text{Poor Outcomes} + \text{Litigation Risk}$$

Left Without Being Seen (LWBS) Rate

The industry metric for abandonment in healthcare:

$$\text{LWBS Rate} = \frac{\text{Patients Who Left}}{\text{Total Arrivals}} \times 100\%$$

Benchmark targets: < 2% excellent, 2-5% acceptable, > 5% problematic

Real-World Applications Across Industries

Healthcare: Urban ED with High LWBS Rate

Operational Context:

  • Average arrival rate: 18 patients/hour
  • Average service time: 25 minutes (μ = 2.4/hour)
  • Physicians on duty: 4
  • Current LWBS rate: 8% (unacceptably high)
  • Estimated median patience: 75 minutes (1.25 hours)

Analysis: Utilization ρ = 18/(4×2.4) = 1.875 → SEVERELY OVERLOADED! Reneging prevents infinite queues but represents catastrophic failure.

Call Center: Customer Service Abandonment

Operational Context:

  • Incoming call rate: 500 calls/hour
  • Average handle time: 6 minutes (μ = 10 calls/hour)
  • Agents on duty: 60
  • Current abandonment rate: 12%
  • Estimated median patience: 2 minutes (0.033 hours)

Analysis: Utilization ρ = 500/(60×10) = 0.83. Despite reasonable utilization, short patience creates high abandonment. Each abandoned call is lost revenue and customer dissatisfaction.

E-commerce: Shopping Cart Abandonment

Operational Context:

  • Users entering checkout: 1200/hour
  • Checkout completion rate: 4 minutes average (μ = 15/hour)
  • Payment processing capacity: 100 concurrent sessions
  • Current abandonment: 22% (industry typical: 15-25%)
  • User patience for page loads: 8 seconds

Analysis: Utilization ρ = 1200/(100×15) = 0.80. Slow page loads during high traffic trigger abandonment. At $75 average cart value, 22% abandonment = $19,800/hour revenue loss.

💡 Try this: Test these scenarios below. Observe how reneging/abandonment creates natural capacity limits at the cost of lost revenue—whether it's LWBS in healthcare ($500/patient), call abandonment ($25/call), or cart abandonment ($75/cart).

Interactive Simulation Laboratory

Model patient abandonment behavior when wait times exceed patience thresholds. Analyze LWBS (Left Without Being Seen) dynamics and their financial impact. Time-path visualizations track abandonment rates, cumulative revenue loss, and system recovery patterns across surge scenarios.

Capacity Optimizer Targets
🚨 System Shock Simulation

Test system resilience with surge scenarios (elevated arrivals from hour 10-12)

Interpreting Your Results

Understanding LWBS Dynamics

LWBS Rate Benchmarks

< 1%: Exceptional performance

1-3%: Good—industry standard

3-5%: Concerning—investigate causes

> 5%: Critical—immediate intervention needed

Financial Impact

Each LWBS patient represents:

  • Direct revenue loss: $300-$800 per visit (average $500)
  • Downstream loss: Patient unlikely to return for future care
  • Reputation damage: Negative reviews, reduced market share
  • Litigation risk: Delayed diagnosis, adverse outcomes

Example: 8% LWBS at 150 patients/day = 12 LWBS/day × $500 = $6,000/day loss = $2.2M/year

Intervention Strategies

Capacity expansion: More physicians, NPs, PAs

Fast-track systems: Separate low-acuity stream

Patience extension: Communication, comfort, visible progress updates

Demand smoothing: Urgent care partnerships, telehealth triage

Process optimization: Reduce service times through lean methods

Clinical Risk

LWBS patients who leave with undiagnosed conditions create medico-legal exposure. High-risk scenarios include:

  • Chest pain → undiagnosed MI
  • Abdominal pain → appendicitis, ectopic pregnancy
  • Headache → subarachnoid hemorrhage, meningitis
  • Pediatric fever → sepsis

Documentation of LWBS encounters and outreach attempts is critical for liability protection.