summary:
Simple forecasting methods presented in the last session e.g. Naive, are not able to capture trend and seasonality in the past data. In this session , you will learn how to use expoentnial smoothing to capture both trend and seasonality in time series and use it to forecast the future.
Questions
- Which features of time series are captured by Exponential Smoothing?
- What are different forecasting approaches in Exponential Smoothing?
- How Exponential Smoothing combines different features of time series?
- What is the difference between an Exponential Smoothing method and an Exponential Smoothing model?
- What are different Smoothing parameters in Exponential Smoothing? and How they control the rate of changes in systematic patterns over time?
- How to estimate parameters of Exponential Smoothing models?
- How to specify and estimate Exponential Smoothing models using R functions in
fable
?
Schedule
Readings
Demo