Analysis and Forecast of Car Sales Based on R Language Time Series

Yuxin Zhao
DOI: https://doi.org/10.1007/978-981-15-5345-5_18
2020-08-02
Abstract:This data comes from the data hall website, mainly using the R language as a tool for data analysis. This analysis mainly focuses on the time series analysis of a certain sedan. First, the monthly sales of the car are extracted as historical data and then analyze the forecast and draw the conclusion.
What problem does this paper attempt to address?
This paper aims to solve the problem of automobile sales forecasting based on time - series analysis. Specifically, the author uses the R language as a data analysis tool, mainly extracting, analyzing, and predicting the monthly sales data of a certain car model. Through this process, the paper hopes to draw conclusions about automobile sales trends and provide data support for relevant decisions. The main method adopted in the paper is time - series analysis, especially the ARIMA model. First, by performing difference processing on the original sales data to make it a stationary sequence, and then using ACF (Autocorrelation Function) and PACF (Partial Autocorrelation Function) to determine the parameters of the ARIMA model. Finally, an ARIMA(14, 1, 3) model is established to predict the automobile sales volume in the coming months, and the effectiveness of the model is verified through the residual white - noise test. In summary, this paper solves the problem of how to effectively predict the sales data of a specific car model using time - series analysis techniques in the R language. This not only helps to understand market dynamics but also provides a scientific basis for formulating sales strategies.