How does it work?

Sign up, learn at your own pace, and obtain your internationally recognized certificate. With personal guidance from our experts whenever you need it.

How does it work?

Sign up, learn at your own pace, and obtain your internationally recognized certificate. With personal guidance from our experts whenever you need it.

Exponentially Weighted Moving Average (EWMA)

Introduction: EWMA

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.

Background

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.

Key Elements / Features

  • Exponential weighting: Recent data is emphasised, older data gradually loses influence.
  • Trend and change detection: Highlights subtle shifts and drifts in process behaviour.
  • Smoothing constant (λ): A parameter between 0 and 1 that determines how much weight is given to recent data.

Formula:

\(
EWMA_{t} = \lambda \cdot x_{t} + (1 – \lambda) \cdot EWMA_{t-1}
\)

where

  • 𝑥𝑡 = observation at time t and λ = smoothing constant.
  • Control limits: Derived from process variability, showing when the process may be out of control.

Applications / Examples

Manufacturing: Detecting small shifts in product quality or machine performance.

  • Finance: Modelling stock price volatility or smoothing short-term market fluctuations.
  • Environmental monitoring: Tracking gradual changes in pollution levels or climate data.
  • Service industries: Monitoring call centre response times or customer satisfaction trends.

Relevance / Impact

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.

See also

Start today. Join 4,125 professionals.

Guidance from experienced Lean specialists
One fixed price, no hidden costs
Pass your exam with a 100% guarantee
Receive an internationally recognized certificate
Learn where and when you want, at your own pace.
Start for free with a realistic demo
Guidance from experienced Lean specialists
One fixed price, no hidden costs
Pass your exam with a 100% guarantee
Receive an internationally recognized certificate
Learn where and when you want, at your own pace.
Start for free with a realistic demo
HomeWikiExponentially Weighted Moving Average (EWMA)