Analysis overview and configuration
| Parameter | Value | _row |
|---|---|---|
| forecast_horizon_months | 6 | forecast_horizon_months |
| confidence_level | 0.95 | confidence_level |
| seasonality_mode | multiplicative | seasonality_mode |
| segment_forecasts | TRUE | segment_forecasts |
| trend_changepoints | TRUE | trend_changepoints |
| board_ready_output | TRUE | board_ready_output |
This analysis delivers a 6-month revenue forecast using exponential smoothing (ETS) on 48 months of historical sales data. The objective is to provide board-ready projections with confidence intervals segmented by product category, enabling executive planning and resource allocation decisions.
The forecast reflects consistent seasonal patterns in retail sales without underlying growth or decline trends. The 21.92% MAPE is acceptable for monthly retail forecasting but indicates meaningful uncertainty—confidence intervals widen substantially at the 95% level. Technology and Office Supplies categories drive growth momentum,
Data preprocessing and column mapping
| Metric | Value |
|---|---|
| Initial Rows | 9,800 |
| Final Rows | 9,800 |
| Rows Removed | 0 |
| Retention Rate | 100% |
This section documents the data intake and cleaning phase for the revenue forecasting model. Perfect retention (100%) indicates no rows were excluded during preprocessing, which is critical for maintaining the full temporal signal needed for accurate time-series forecasting. This directly supports the board-ready 6-month revenue projections by ensuring the model trains on complete, unfiltered historical data.
The perfect retention rate reflects either exceptionally clean source data or minimal preprocessing rigor. While this preserves all available signal for the ETS(A,N,A) model, it raises questions about outlier handling and data validation. The absence of a formal train/test split means model performance metrics (MAPE: 21.92%, RMSE: 9,749.89) are in-sample estimates rather than true out-of-sample validation
| Finding | Value |
|---|---|
| Forecast Method | ETS(A,N,A) |
| History Used | 48 months |
| Forecast Horizon | 6 months |
| Model Accuracy (MAPE) | 21.92% |
| 6-Month Revenue Forecast | $312,513 |
| Historical Total Revenue | $2,261,537 |
| Forecast vs Last Period | -45% |
This analysis delivers a 6-month revenue forecast using 48 months of historical sales data to support board-level planning and resource allocation. The forecast quantifies expected sales with confidence intervals, enabling data-driven budgeting and risk assessment across the planning horizon.
The forecast projects $312,513 in sales over six months, reflecting seasonal demand patterns embedded in four years of historical data. The 21.92% error rate is acceptable for strategic planning but signals that external factors (promotions, market conditions) not captured in the model should inform final budgets. The 80% and 95% confidence intervals provide upper and lower bounds for scenario planning.
Revenue forecast for the next 6 months using ETS(A,N,A) exponential smoothing. Shaded bands show 80% and 95% confidence intervals.
This section presents a 6-month revenue forecast using exponential smoothing to support board-ready financial planning. The model quantifies expected sales with confidence intervals, enabling leadership to understand both the central projection and the range of plausible outcomes for budgeting and resource allocation decisions.
The ETS(A,N,A) model identifies additive seasonality without trend in the 48-month historical window. The projected $312,513 total reflects an average monthly forecast of ~$52,086, consistent with the historical mean of $47,668. The widening confidence intervals demonstrate that while near-term forecasts (months 1–2) are relatively precise, longer-horizon projections (months 5–6) carry substantially
STL seasonal decomposition separating the Sales time series into trend, seasonal, and remainder components.
This section decomposes the 48-month revenue series into trend, seasonal, and remainder components to isolate structural growth patterns from predictable cyclical behavior. Understanding these components is essential for the 6-month forecast, as the ETS(A,N,A) model relies on additive seasonality to project board-ready revenue projections with confidence intervals.
The decomposition reveals that revenue fluctuations are primarily driven by recurring seasonal patterns rather than a persistent upward or downward trend. The relatively modest remainder values (±$28,929 vs. mean $47,668) suggest that historical seasonality explains most variation, supporting the model
Monthly Sales trends by product Category showing relative growth rates across 3 categories.
This section tracks monthly revenue performance across three product categories (Furniture, Office Supplies, Technology) over a 48-month period to identify which lines are driving overall growth and how seasonality patterns differ. Understanding category-level trends is essential for validating the aggregate forecast and informing resource allocation decisions during the 6-month projection period.
The wide revenue spread ($1,072–$49,409) and positive skew reveal that category performance is episodic rather than steady-state. Technology's peak ($49,409) substantially exceeds typical monthly means, suggesting seasonal spikes or promotional events drive category-level volatility. This heterogeneity across categories means the aggregate ETS(A,N,A) forecast captures overall season
6-month Sales forecast with 80% and 95% confidence intervals.
| period | forecast | lower_80 | upper_80 | lower_95 | upper_95 |
|---|---|---|---|---|---|
| 2019-01 | 4.57e+04 | 3.085e+04 | 6.055e+04 | 2.3e+04 | 6.841e+04 |
| 2019-02 | 3.664e+04 | 2.134e+04 | 5.194e+04 | 1.325e+04 | 6.003e+04 |
| 2019-03 | 6.526e+04 | 4.952e+04 | 8.099e+04 | 4.119e+04 | 8.932e+04 |
| 2019-04 | 5.322e+04 | 3.706e+04 | 6.938e+04 | 2.851e+04 | 7.794e+04 |
| 2019-05 | 5.938e+04 | 4.281e+04 | 7.596e+04 | 3.403e+04 | 8.473e+04 |
| 2019-06 | 5.231e+04 | 3.533e+04 | 6.929e+04 | 2.634e+04 | 7.828e+04 |
This section delivers the core deliverable of the revenue forecasting analysis: a month-by-month projection of sales for the next 6 months with quantified uncertainty bounds. It translates the ETS(A,N,A) model into actionable planning ranges for the Executive/Finance Team, enabling confident budget allocation and capacity decisions across the forecast horizon.
The forecast reflects 48 months of historical data (2015–2018) with a MAPE of 21.92%, indicating moderate accuracy typical of seasonal business data. The widening confidence intervals across months reflect increasing forecast uncertainty as the horizon extends. The point estimates balance the observed trend (
ETS model accuracy metrics: MAPE, RMSE, MAE, MASE, and AIC for ETS(A,N,A).
| metric | value |
|---|---|
| Method | ETS(A,N,A) |
| AIC | 1097.58 |
| MAPE (%) | 21.92 |
| RMSE | 9749.89 |
| MAE | 7799.26 |
| MASE | 0.64 |
| Periods Used | 48 |
| Forecast Horizon | 6 months |
This section evaluates the statistical accuracy and reliability of the ETS(A,N,A) forecasting model used to project 6-month revenue. Understanding model performance is critical for assessing confidence in the board-ready projections and identifying whether forecast uncertainty bands are appropriately calibrated for executive decision-making.
The model captures monthly seasonality effectively but struggles with irregular sales fluctuations, reflected in the 22% MAPE. The absence of
Product Category Sales summary with total Sales, share of total, and year-over-year growth.
| Category | total_revenue | pct_of_total | yoy_growth_pct |
|---|---|---|---|
| Furniture | 7.287e+05 | 32.2 | 8.4 |
| Office Supplies | 7.054e+05 | 31.2 | 31.8 |
| Technology | 8.275e+05 | 36.6 | 21.4 |
This section provides a portfolio-level view of revenue distribution and growth dynamics across the three product categories that comprise the business. Understanding category-level performance is essential for validating the overall 6-month forecast, as the aggregate projection ($312,513 over 6 months) is a blended result of distinct category trajectories with different growth rates and market maturity profiles.
The forecast's 21.92% MAPE reflects aggregated category performance; variance in category-level growth rates means some categories will outperform or underperform the blended forecast. Technology's 21.4% YoY growth and Office Supplies' 31.8% growth suggest upside potential, while Furniture's 8.4% growth indicates maturation. This heterog