Inferensys

Glossary

Intermittent Demand

A demand pattern characterized by sporadic demand occurrences interspersed with frequent zero-demand periods, commonly observed in spare parts and aftermarket supply chains.
Supply chain manager using AI negotiator on laptop, supplier data visible, casual office afternoon setup.
SPORADIC INVENTORY PATTERNS

What is Intermittent Demand?

A demand pattern characterized by sporadic demand occurrences interspersed with frequent zero-demand periods, commonly observed in spare parts and aftermarket supply chains.

Intermittent demand is a time series pattern where non-zero demand events occur sporadically and are separated by many periods of zero demand, making traditional forecasting methods like exponential smoothing unreliable. It is defined by two stochastic components: the demand interval (time between non-zero events) and the demand size (magnitude when demand occurs).

This pattern is endemic in spare parts logistics, aftermarket service, and capital equipment maintenance, where failure events are rare but critical. Standard forecasting models fail here because they conflate the probability of demand occurring with the quantity demanded, requiring specialized methods like Croston's Method that decompose and independently forecast the interval and size distributions.

SPORADIC DEMAND PATTERNS

Key Characteristics of Intermittent Demand

Intermittent demand is defined by irregular demand occurrences separated by frequent periods of zero demand. Understanding its distinct statistical properties is critical for selecting appropriate forecasting models and inventory policies.

01

Zero-Inflated Time Series

The defining feature of intermittent demand is a time series where zero values occur significantly more often than a standard Poisson or Gaussian distribution would predict. This zero-inflation violates the assumptions of classical forecasting methods like exponential smoothing. The data-generating process is often modeled as a two-stage mechanism: a binary process determining if demand occurs, and a continuous process determining the demand size when it does. Standard accuracy metrics like Mean Absolute Percentage Error (MAPE) become undefined or infinite when the actual value is zero, requiring specialized evaluation approaches.

> 40%
Typical zero-value proportion
02

Compound Demand Distribution

Intermittent demand is best represented as a compound distribution that separates the demand arrival process from the demand size process. The inter-arrival time between non-zero demands is typically modeled with a geometric or Poisson distribution, while the demand magnitude is modeled separately with a log-normal, gamma, or negative binomial distribution. This decomposition is the mathematical foundation of Croston's method and its variants. Failing to model these two components independently leads to biased forecasts that systematically overestimate or underestimate future inventory requirements.

2-Stage
Arrival + Size process
03

High Coefficient of Variation

Intermittent demand series exhibit an extremely high coefficient of variation (CV), often exceeding 1.0, where CV is the ratio of the standard deviation to the mean. This high variability makes point forecasts highly unreliable. A single large demand spike can dramatically skew the mean, leading to chronic overstocking if used naively. This is why probabilistic forecasting and prediction intervals are essential: they quantify the risk of extreme values rather than chasing an unstable average. Safety stock calculations must explicitly account for this variance inflation.

CV > 1.0
Standard deviation exceeds mean
04

Lumpy vs. Sporadic Classification

Not all intermittent demand is identical. It is often categorized by the squared coefficient of variation (CV²) of demand sizes and inter-arrival intervals:

  • Sporadic: Infrequent demand with low size variability.
  • Lumpy: Infrequent demand with high size variability, representing the most challenging pattern to forecast.
  • Smooth: Regular demand with low variability (non-intermittent).
  • Erratic: Regular demand intervals but highly variable quantities. This taxonomy guides model selection, with lumpy demand often requiring Bootstrapping or Temporal Fusion Transformer models capable of capturing extreme value dynamics.
4 Types
Smooth, Erratic, Sporadic, Lumpy
05

Obsolescence Risk and Censoring

Intermittent demand patterns are common in spare parts and aftermarket supply chains where products face end-of-life cycles. The final zero-demand periods may represent either a long stochastic interval or permanent obsolescence. This creates a censoring problem: the forecaster cannot distinguish between a temporary lull and a permanent end of demand. Advanced models incorporate product lifecycle curves or Bayesian Structural Time Series with decaying local level components to estimate the probability that a SKU has become obsolete, preventing perpetual holding costs for dead stock.

End-of-Life
Key obsolescence trigger
06

Aggregation for Signal Enhancement

A common mitigation strategy for intermittent demand is temporal aggregation, where daily or weekly data is rolled up into monthly or quarterly buckets. This reduces the proportion of zero values and smooths the CV, making the series more amenable to standard forecasting techniques. However, this introduces a trade-off: the forecast loses granularity for operational planning. Hierarchical forecasting and forecast reconciliation techniques are then required to disaggregate the reliable top-level forecast back down to the SKU-location level while maintaining mathematical coherence.

Monthly
Common aggregation level
INTERMITTENT DEMAND

Frequently Asked Questions

Addressing the most common technical questions about forecasting and managing sporadic demand patterns in aftermarket and spare parts supply chains.

Intermittent demand is a pattern where demand occurs sporadically with frequent periods of zero demand between non-zero observations, making traditional time series models like exponential smoothing fail because they conflate the demand interval with the demand size. The core difficulty lies in the dual-source variability: you must predict when demand will occur (the inter-arrival time) and how much will be requested (the demand magnitude) as two distinct stochastic processes. Standard forecasting methods that minimize squared errors will systematically under-forecast by averaging the zeros with the spikes, leading to chronic stockouts for critical spare parts. This pattern is endemic in aerospace, defense, and industrial equipment aftermarkets where failure rates are low but the consequence of unavailability is catastrophic.

FORECASTING PARADIGM COMPARISON

Intermittent Demand vs. Continuous Demand Forecasting

A technical comparison of forecasting methodologies for sporadic demand patterns versus stable, high-volume demand patterns.

FeatureIntermittent DemandContinuous DemandLumpy Demand

Demand Pattern

Sporadic occurrences with frequent zero-demand periods

Regular, non-zero demand at consistent intervals

Highly variable non-zero demand with intermittent timing

Primary Forecasting Method

Croston's Method

Exponential Smoothing (ETS)

Syntetos-Boylan Approximation

Zero-Demand Periods

30% of observations

< 5% of observations

10-30% of observations

Demand Size Variability

Low (often single units)

Low to moderate

High (extreme outliers)

Forecast Decomposition

Separates demand interval and demand size

Single continuous series decomposition

Separates interval, size, and variance

Typical Forecast Bias

Upward bias with standard methods

Minimal systematic bias

Severe upward bias with Croston's

Prediction Interval Method

Conformal prediction or bootstrapping

Parametric Gaussian intervals

Quantile regression with Huber loss

Service Level Target

Fill rate (P2) preferred

Cycle service level (P1) adequate

Fill rate with variance cap

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.