Exponential Smoothing Forecast Calculator
Calculate demand forecasts using simple exponential smoothing. Apply a smoothing constant (alpha) to weight recent demand more heavily.
Calculate forecast bias and tracking signal to detect systematic over- or under-forecasting. Identify directional errors in your demand forecast.
| Period | Actual | Forecast | Error | Direction |
|---|---|---|---|---|
| P1 | 100 | 110 | +10.00 | Over |
| P2 | 120 | 125 | +5.00 | Over |
| P3 | 110 | 115 | +5.00 | Over |
| P4 | 130 | 140 | +10.00 | Over |
| Range | Status | Interpretation |
|---|---|---|
| < -4 or > 4 | Out of Control | Forecast is significantly biased; requires corrective action |
| -2 to 2 | Well Controlled | Forecast is performing well; minimal bias detected |
| -4 to -2 or 2 to 4 | Caution Zone | Forecast shows moderate bias; monitor closely |
Forecast Bias measures whether a forecasting process systematically over- or under-predicts demand. While MAD and MAPE measure error magnitude, bias reveals the direction of errors. A positive bias means the forecast is consistently higher than actual demand (over-forecasting), while a negative bias means consistent under-forecasting.
The Tracking Signal is the cumulative forecast error divided by MAD. It serves as a control-chart metric: when the tracking signal exceeds a threshold (typically ±4 to ±6), the forecast is out of control and needs recalibration.
This calculator computes both the average forecast bias and the tracking signal from pairs of actual and forecast values, helping demand planners catch systematic errors before they cause inventory problems.
Use the result to compare operating scenarios, pressure-test assumptions, and rerun the model when volumes, rates, or service targets change.
Undetected forecast bias leads to chronic overstock or understock. A forecast with low MAPE can still have severe bias if errors consistently go in one direction. This calculator exposes that hidden bias and provides the tracking signal to trigger corrective action before inventory problems escalate.
Bias = Σ(Forecast_i − Actual_i) / n
Cumulative Error (CFE) = Σ(Forecast_i − Actual_i)
MAD = Σ|Actual_i − Forecast_i| / n
Tracking Signal = CFE / MAD
Tracking signal outside ±4 indicates a biased, out-of-control forecast.Result: Bias = +7.5; Tracking Signal = +3.0
Errors: +10, +5, +5, +10 = CFE of +30. Average bias = 30/4 = +7.5 (over-forecasting). Absolute deviations: 10, 5, 5, 10 → MAD = 7.5. Tracking Signal = 30/7.5 = 4.0. At the ±4 threshold, this signals a bias problem.
The tracking signal functions like a statistical process control chart for forecasting. Just as a manufacturing control chart triggers investigation when measurements drift outside limits, the tracking signal triggers forecast recalibration when cumulative error exceeds a threshold. This systematic approach prevents the gradual drift that plagues many forecasting processes.
Organizational bias is surprisingly common. Sales teams may inflate forecasts to secure inventory allocation. Marketing may underestimate cannibalization from new products. Finance may apply optimistic growth assumptions. Separating statistical forecasts from judgment overlays and tracking bias for each component can reveal where corrections are needed.
Once bias is detected, corrective actions include: adjusting the smoothing constant in exponential smoothing, adding a bias correction factor to the forecast, re-estimating model parameters with recent data, or switching to a different forecasting method entirely. The tracking signal provides the objective trigger for these interventions.
Last updated:
Positive bias means the forecast is systematically higher than actual demand (over-forecasting). This leads to excess inventory, higher carrying costs, and potential write-offs for perishable or obsolescence-prone items.
The standard threshold is ±4 MADs. When the tracking signal exceeds +4 or falls below -4, the forecast is considered out of control. Some organizations use ±6 for a less sensitive trigger. The appropriate threshold depends on your tolerance for bias.
MAPE measures error magnitude regardless of direction. Bias measures directional tendency. A forecast could have low MAPE but high bias if positive and negative errors are similar in magnitude but one direction dominates.
Common causes include outdated forecasting models, demand pattern shifts (trend, seasonality changes), organizational pressure to inflate or deflate forecasts, and failure to incorporate recent market intelligence. Review your results periodically to ensure they still reflect current conditions.
Review monthly for most items. High-value or high-volume items should be checked weekly. Automate tracking signal monitoring in your ERP or planning system to generate alerts when thresholds are breached.
Yes. If over-forecasting in some periods offsets under-forecasting in others, average bias may appear low even though individual periods have large errors. Plot the cumulative error over time to detect this pattern.
Calculate demand forecasts using simple exponential smoothing. Apply a smoothing constant (alpha) to weight recent demand more heavily.
Calculate Mean Absolute Deviation to measure forecast accuracy in units. Determine the average absolute difference between actual and forecast demand.
Calculate Mean Absolute Percentage Error to measure forecast accuracy. Express average deviation between actual and forecast as a percentage.