The Exponentially Weighted Moving Average (EWMA) is a statistical method and a specialised type of Statistical Process Control (SPC) chart. It is designed to monitor the mean of individual observations over time by giving greater weight to more recent data. EWMA is widely used for its ability to detect small process shifts quickly, making it a powerful tool in quality management and time-series analysis.
Traditional control charts and simple moving averages treat all data points equally, which can delay the detection of changes in a process. EWMA was introduced to overcome this limitation by applying exponential weighting. This allows recent values to influence the average more strongly than older data, providing faster and more accurate detection of changes. It is now used in fields ranging from manufacturing to finance.
Formula:
\(
EWMA_{t} = \lambda \cdot x_{t} + (1 – \lambda) \cdot EWMA_{t-1}
\)
where
Manufacturing: Detecting small shifts in product quality or machine performance.
EWMA improves responsiveness in high-variability environments and enables organisations to react to small but meaningful process changes. It balances sensitivity and stability, avoiding overreaction to normal variation while still detecting early signs of process drift. Its flexibility and broad applicability make it a cornerstone of modern statistical process control and time-series analysis.