Forecast Models Used in Market Research
Every market research report that lands on an executive's desk carries a number attached to a future year a market size, a growth rate, a demand curve and almost nobody asks how that number was actually produced. Behind it sits a specific forecasting model, chosen from a toolkit that has expanded dramatically over the past few years. Time series methods such as ARIMA and exponential smoothing still dominate stable, data-rich categories, but gradient-boosted trees, transformer-based architectures, and now pre-trained foundation models are increasingly doing the heavy lifting on volatile or multivariate problems. The stakes of picking correctly are not academic. The 2022 M5 forecasting competition, still the most cited benchmark in the field, found that carefully tuned classical statistical methods routinely matched or beat far more complex deep learning models on univariate retail series, a result that keeps surprising analysts who assume newer always means better. Understanding which model does what and where each one breaks down is the difference between a market forecast that holds up and one that quietly falls apart six months after publication.
Time series models: the workhorse of stable markets
Time series forecasting remains the default starting point whenever at least two years of consistent historical data exist, and for good reason: these models are fast to train, mathematically transparent, and don't require external variables to function. ARIMA Auto-Regressive Integrated Moving Average combines autoregression, differencing for stationarity, and moving-average error correction into a single framework, with its seasonal variant SARIMA adding explicit periodic terms and SARIMAX layering in outside covariates such as price or promotions. Holt-Winters exponential smoothing is the other classical staple, prized for adapting flexibly to shifting trend and seasonal patterns without heavy parameter tuning. A comparative study of retail-trade time series across seven European countries found that these traditional linear approaches ARIMA extensions, classical decomposition with multiple linear regression, and Holt-Winters remain highly competitive against nonlinear alternatives, concluding that claims of neural networks' automatic superiority in retail forecasting were exaggerated. In applied settings the accuracy gains can be substantial regardless of method: one industrial demand-forecasting deployment using time series regression reached over 90 percent accuracy on product-specific sales, while a trade-promotion forecasting rollout for a consumer goods company hit 92 percent accuracy and lifted service levels to 98.6 percent.
Econometric and associative regression models
Where time series models look inward at a single variable's own history, econometric and associative models look outward at the relationships between variables interest rates, employment levels, marketing spend, competitor pricing to explain and project market behavior. Linear regression remains the baseline associative tool, useful for quantifying something as concrete as a five-dollar sales lift for every one-dollar increase in ad spend, while logistic regression handles binary outcomes such as purchase versus non-purchase and is widely used in marketing to model conversion probability. A comparison of four models built to forecast stock market returns ARIMA, polynomial regression, decision tree regression, and random forest regression found that random forest delivered the best combination of accuracy and resistance to overfitting, while polynomial regression tended to overshoot and decision trees fit almost too well to historical noise to generalize forward. Econometric models are especially favored for high-level, long-horizon planning, such as a real estate developer weighing a residential project against forecasted interest rates and inflation, because the coefficients themselves carry economic meaning that pure statistical curve-fitting does not provide.
Qualitative and judgmental methods still anchor new-market forecasts
Quantitative models assume there is enough historical data to model in the first place, and in market research that assumption frequently fails. For genuinely new categories a first-of-its-kind product, an unproven technology, or entry into an unfamiliar geography analysts fall back on qualitative approaches: expert panels, the Delphi method, sales force composite estimates, jury-of-executive-opinion, and life-cycle analogy forecasting. Delphi modeling in particular is the standard choice for innovation-heavy sectors such as health sciences, AI, and renewable energy, where structured, anonymous rounds of expert estimation converge on a number that no historical dataset could have produced. Total Addressable Market sizing, the figure investors scrutinize most closely, is itself built on three parallel qualitative-quantitative hybrids — top-down analysis starting from broad industry reports, bottom-up calculation from customer counts and pricing, and value-theory estimation based on the economic value delivered to the buyer and rigorous practice now calls for cross-referencing estimates across firms such as Gartner, Forrester, and IDC, since convergence across independent sources is treated as the real signal of confidence, not any single number in isolation.
Machine learning and the foundation-model shift
The most significant change in forecasting methodology since 2022 has been the move from bespoke statistical models toward machine learning approaches that treat forecasting as a general prediction problem rather than a time series-specific one. Gradient-boosted decision tree frameworks LightGBM, XGBoost, and CatBoost convert historical data into lag features and rolling statistics, then apply standard supervised learning, an approach that frequently outperforms both classical statistics and deep learning on tabular, feature-rich forecasting problems. Deep learning architectures including N-BEATS, Temporal Fusion Transformers, and DeepAR pushed accuracy further on complex multivariate series, with the Temporal Fusion Transformer's Variable Selection Networks offering a rare combination of strong performance and interpretability that lets analysts see exactly which input variables are driving a given prediction. The newest layer is foundation models: large architectures pre-trained across billions of time points from many different domains that can forecast an unfamiliar series with no task-specific retraining, mirroring how large language models generalize across text tasks. This shift is playing out inside the research industry itself one 2026 survey of insight professionals found that 62 percent report most or some of their team already using AI tools, 64 percent say their AI tool count grew over the past year, and 46 percent expect their AI budgets to increase again in 2026, even as researchers describe the mood as cautious optimism rather than blind enthusiasm.
Choosing the right model — and why none of them are universal
No single forecasting model wins across every market research scenario, and the research literature is unusually consistent on this point: different models capture different aspects of a series, and the choice should follow the data, not the fashion. Time series models need at least two years of stable historical data; econometric models suit long-range planning where causal drivers matter more than pattern-matching; qualitative methods are the only realistic option for markets with no track record at all; and machine learning approaches earn their complexity premium mainly when the problem is genuinely multivariate or feature-rich. Model evaluation itself follows standard error metrics MAPE, MAE, RMSE, and MASE with lower values indicating tighter fit, and best practice always benchmarks a chosen model against a naive baseline, such as simply carrying the last known value forward, to prove the added complexity is actually earning its keep. Given how much capital allocation, product timing, and investment decisions ultimately trace back to a forecasted number, the discipline of matching model to market and being honest about the resulting margin of error remains one of the most underrated skills in applied market research.