Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (55.6k points)

Can you tell me the best time series prediction models in r?

1 Answer

0 votes
by (119k points)

No model is better than other but used according to the data. I have listed the best and most used time series prediction models in R:

  • Autoregression (AR)
  • Moving Average (MA)
  • Autoregressive Moving Average (ARMA)
  • Autoregressive Integrated Moving Average (ARIMA)
  • Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX)
  • Seasonal Autoregressive Integrated Moving-Average (SARIMA)
  • Simple Exponential Smoothing (SES)
  • Holt Winter’s Exponential Smoothing (HWES)

If you want to learn these models and implement them, I recommend these data science online courses by Intellipaat with a hands-on exercise in Time series.

You can watch this video on time series analysis in R to have an overview of time series prediction models

Related questions

0 votes
1 answer
asked Apr 9, 2020 in Data Science by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Apr 9, 2020 in Data Science by Sudhir_1997 (55.6k points)

Browse Categories

...