EWMA Chart
The EWMA (exponentially weighted moving average) chart is a SPC Chart PRO chart type for detecting small, sustained shifts in a process.
Like the CUSUM chart, EWMA is a time-weighted chart: instead of judging each point on its own, it blends every point with the smoothed history before it. A small, steady bias that no single point would flag builds up in the moving average until it crosses a control limit. EWMA and CUSUM detect the same kinds of shifts — EWMA presents the result as a single smoothed line, which many people find easier to read.
Select EWMA chart (time-weighted) in the Chart Type dropdown.

How It Works
Each plotted point is a weighted average of the current observation and all previous ones, with the weight decaying exponentially into the past: zᵢ = λ·x̄ᵢ + (1 − λ)·zᵢ₋₁.
The weight λ sets how much the newest point contributes. Smaller values give more weight to history and smooth short-term fluctuations. At λ = 1, each plotted point equals the current observation or subgroup mean. The moving average starts at the process mean. Limit width (L) multiplies the standard deviation of the EWMA statistic, which changes during startup.
For λ below 1, the control limits start narrow and widen toward a steady width. Early on the moving average has little history, so its variability is smaller and the limits are tighter; as history accumulates they open to their steady-state width. This is the flared look at the left of the chart.
The defaults are λ = 0.2 and L = 3. Tune the weight and limit width together to balance detection speed and false alarms.
Panel Options
EWMA options appear in the SPC section when the EWMA chart type is selected.
| Option | Description | Default |
|---|---|---|
| Weight (λ) | Weight of the current observation or subgroup mean. The editor offers 0.05–1 in steps of 0.05; smaller values give more weight to history. | 0.2 |
| Limit width (L) | Multiplier applied to the standard deviation of the EWMA statistic when calculating limits. | 3 |
| Historical mean | The center line the average is measured against. When empty, the mean of the data is used. | Mean of data |
| Historical σ | The process standard deviation. When empty, it is estimated from within-subgroup variation. | Estimated |
Individuals or Subgroups
EWMA works on individual measurements or on subgroups. Set the Subgroup size in the SPC section: a size of 1 treats each row as one point, while a larger size smooths the subgroup means and tightens the limits by √n.