Bitcoin Forecasting Using ARIMA and PROPHET

This paper presents all studies, methodology, and results about Bitcoin forecasting with PROPHET and ARIMA methods using R analytics platform. To find the most accurate forecast model, the performance metrics of PROPHET and ARIMA methods are compared on the same dataset. The dataset selected for this study starts from May 2016 and ends in March 2018, which is the interval that Bitcoin values changing significantly against the other currencies. Data is prepared for time series analysis by performing data preprocessing steps such as time stamp conversion and feature selection. Although the time series analysis has a univariate characteristics, it is aimed to include some additional variables to each model to improve the forecasting accuracy. Those additional variables are selected based on different correlation studies between cryptocurrencies and real currencies. The model selection for both ARIMA and PROPHET is done by using threefold splitting technique considering the time series characteristics of the dataset. The threefold splitting technique gave the optimum ratios for training, validation, and test sets. Finally two different models are created and compared in terms of performance metrics. Based on the extensive testing we see that PROPHET outperforms ARIMA by 0.94 to 0.68 in $R^{2}$ values.