Forecasting in R
Learn how to make predictions about the future using time series forecasting in R including ARIMA models and exponential smoothing methods.
Comece O Curso Gratuitamente5 horas18 vídeos55 exercícios49.010 aprendizesDeclaração de Realização
Crie sua conta gratuita
ou
Ao continuar, você aceita nossos Termos de Uso, nossa Política de Privacidade e que seus dados são armazenados nos EUA.Treinar 2 ou mais pessoas?
Tentar DataCamp for BusinessAmado por alunos de milhares de empresas
Descrição do Curso
Use Forecasting in R for Data-Driven Decision Making
This course provides an introduction to time series forecasting using R.Forecasting involves making predictions about the future. It is required in many situations, such as deciding whether to build another power generation plant in the next ten years or scheduling staff in a call center next week.
Forecasts may be needed several years in advance (for the case of capital investments), or only a few minutes beforehand (for telecommunication routing). Whatever the circumstances or time horizons involved, reliable forecasting is essential to good data-driven decision-making.
Build Accurate Forecast Models with ARIMA and Exponential Smoothing
You’ll start this course by creating time series objects in R to plot your data and discover trends, seasonality, and repeated cycles. You’ll be introduced to the concept of white noise and look at how you can conduct a Ljung-Box test to confirm randomness before moving on to the next chapter, which details benchmarking methods and forecast accuracy.Being able to test and measure your forecast accuracy is essential for developing usable models. This course reviews a variety of methods before diving into exponential smoothing and ARIMA models, which are two of the most widely-used approaches to time series forecasting.
Before you complete the course, you’ll learn how to use advanced ARIMA models to include additional information in them, such as holidays and competitor activity.
Treinar 2 ou mais pessoas?
Obtenha acesso à sua equipe à plataforma DataCamp completa, incluindo todos os recursos.Nas seguintes faixas
Analista quantitativo in R
Ir para a trilhaSéries temporais in R
Ir para a trilha- 1
Exploring and visualizing time series in R
GratuitoThe first thing to do in any data analysis task is to plot the data. Graphs enable many features of the data to be visualized, including patterns, unusual observations, and changes over time. The features that are seen in plots of the data must then be incorporated, as far as possible, into the forecasting methods to be used.
Welcome to Forecasting Using R50 xpCreating time series objects in R100 xpTime series plots100 xpSeasonal plots100 xpTrends, seasonality, and cyclicity50 xpAutocorrelation of non-seasonal time series100 xpAutocorrelation of seasonal and cyclic time series100 xpMatch the ACF to the time series50 xpWhite noise50 xpStock prices and white noise100 xp - 2
Benchmark methods and forecast accuracy
In this chapter, you will learn general tools that are useful for many different forecasting situations. It will describe some methods for benchmark forecasting, methods for checking whether a forecasting method has adequately utilized the available information, and methods for measuring forecast accuracy. Each of the tools discussed in this chapter will be used repeatedly in subsequent chapters as you develop and explore a range of forecasting methods.
Forecasts and potential futures50 xpNaive forecasting methods100 xpFitted values and residuals50 xpChecking time series residuals100 xpTraining and test sets50 xpEvaluating forecast accuracy of non-seasonal methods100 xpEvaluating forecast accuracy of seasonal methods100 xpDo I have a good forecasting model?50 xpTime series cross-validation50 xpUsing tsCV() for time series cross-validation100 xp - 3
Exponential smoothing
Forecasts produced using exponential smoothing methods are weighted averages of past observations, with the weights decaying exponentially as the observations get older. In other words, the more recent the observation, the higher the associated weight. This framework generates reliable forecasts quickly and for a wide range of time series, which is a great advantage and of major importance to applications in business.
Exponentially weighted forecasts50 xpSimple exponential smoothing100 xpSES vs naive100 xpExponential smoothing methods with trend50 xpHolt's trend methods100 xpExponential smoothing methods with trend and seasonality50 xpHolt-Winters with monthly data100 xpHolt-Winters method with daily data100 xpState space models for exponential smoothing50 xpAutomatic forecasting with exponential smoothing100 xpETS vs seasonal naive100 xpMatch the models to the time series50 xpWhen does ETS fail?100 xp - 4
Forecasting with ARIMA models
ARIMA models provide another approach to time series forecasting. Exponential smoothing and ARIMA models are the two most widely-used approaches to time series forecasting, and provide complementary approaches to the problem. While exponential smoothing models are based on a description of the trend and seasonality in the data, ARIMA models aim to describe the autocorrelations in the data.
Transformations for variance stabilization50 xpBox-Cox transformations for time series100 xpNon-seasonal differencing for stationarity100 xpSeasonal differencing for stationarity100 xpARIMA models50 xpAutomatic ARIMA models for non-seasonal time series100 xpForecasting with ARIMA models100 xpComparing auto.arima() and ets() on non-seasonal data100 xpSeasonal ARIMA models50 xpAutomatic ARIMA models for seasonal time series100 xpExploring auto.arima() options100 xpComparing auto.arima() and ets() on seasonal data100 xp - 5
Advanced methods
The time series models in the previous chapters work well for many time series, but they are often not good for weekly or hourly data, and they do not allow for the inclusion of other information such as the effects of holidays, competitor activity, changes in the law, etc. In this chapter, you will look at some methods that handle more complicated seasonality, and you consider how to extend ARIMA models in order to allow other information to be included in the them.
Dynamic regression50 xpForecasting sales allowing for advertising expenditure100 xpForecasting electricity demand100 xpDynamic harmonic regression50 xpForecasting weekly data100 xpHarmonic regression for multiple seasonality100 xpForecasting call bookings100 xpTBATS models50 xpTBATS models for electricity demand100 xpYour future in forecasting!50 xp
Treinar 2 ou mais pessoas?
Obtenha acesso à sua equipe à plataforma DataCamp completa, incluindo todos os recursos.Nas seguintes faixas
Analista quantitativo in R
Ir para a trilhaSéries temporais in R
Ir para a trilhaconjuntos de dados
Excelfile in the first exercisecolaboradores
pré-requisitos
Time Series Analysis in RRob J. Hyndman
Ver MaisProfessor of Statistics at Monash University
O que os outros alunos têm a dizer?
Junte-se a mais de 15 milhões de alunos e comece Forecasting in R hoje mesmo!
Crie sua conta gratuita
ou
Ao continuar, você aceita nossos Termos de Uso, nossa Política de Privacidade e que seus dados são armazenados nos EUA.