Time Series Forecasting With ARIMA In R

Jason LZP
Level Up Coding
Published in
6 min readMay 10, 2020

--

Forecasting and prediction, an interchangeable set of words which from a data science perspective, look to the prediction of future events based on a set of historical data.

There are many methods which can be used for forecasting, e.g. Regression, Simple Moving Averages, or even using libraries such as Prophet in R.

--

--