时间序列预测的模型选择方法:将谷歌趋势数据纳入澳大利亚宏观指标中
Ali Abdul Karim1, Eric Pardede1, Scott Mann1
1Department of Computer Science and Information Technology, La Trobe University, Melbourne, VIC 3086, Australia.
Entropy (Basel, Switzerland)
|August 26, 2023
概括
谷歌趋势数据有助于预测澳大利亚的失业率和游客数量. 与传统方法相比,机器学习和深度学习模型在结合搜索趋势时显示出更高的准确性.
科学领域:
- 经济学 经济学 经济学
- 数据科学数据科学数据科学
- 计算社会科学 计算社会科学
背景情况:
- 准确预测宏观经济指标对于经济政策和规划至关重要.
- 传统的时间序列模型可能无法完全捕捉影响经济变量的复杂现实世界的动态.
研究的目的:
- 调查谷歌趋势数据对预测澳大利亚宏观经济指标的有用性.
- 为了比较传统 (SARIMA),机器学习 (SVR) 和深度学习 (CNN) 模型的预测性能.
- 评估预测时间和数据驱动的特征选择对模型准确性的影响.
主要方法:
- 利用谷歌趋势数据与澳大利亚的历史宏观经济数据一起.
- 实施并比较季节性自回归集成移动平均 (SARIMA),支向量回归 (SVR) 和卷积神经网络 (CNN) 模型.
- 采用多步骤方法来评估各种视野的样本外预测绩效.
主要成果:
- 结合来自谷歌趋势的互联网搜索行为数据,可显著提高失业率和访客数量的预测准确度.
- 谷歌趋势数据的有效性因预测时间和采用的特定建模技术而异.
- 该研究确定了最佳的模型和特征组合,以准确地进行宏观经济预测.
结论:
- 谷歌趋势数据为增强宏观经济预测提供了宝贵的补充来源.
- 预测技术 (SARIMA,SVR,CNN) 和预测地平线的选择对于最大限度地提高准确性至关重要.
- 这项研究为选择经济指标高效预测模型提供了数据驱动的框架.
相关概念视频
Time-Series Graph
4.4K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.4K
Econometric Views (EViews)
170
Econometric Views, often stylized as EViews, is a package that merges statistical analysis with econometric studies. It is designed to provide tools for time series analysis, forecasting, and econometric model simulation. The software originated from MicroTSP software and has evolved significantly since its inception in 1981. The history of EViews is marked by a continuous effort to enhance its computational speed and user interface. It was initially developed for large computing systems but...
170
Microsoft Excel: Regression Analysis
677
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
To perform regression...
677
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
Regression Analysis
5.8K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.8K
Survival Tree
109
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
109


