Financial Services, Consulting and BusinessMarketing, Sales and CommunicationsSocial Impact, Education and GovernmentTechnology, Data and Science

Business Analytics: Forecasting with Trended Baseline Smoothing

Simple exponential smoothing (SES) incorporates most of the elements used in the smoothing approach to forecasting, such as a level smoothing constant, self-correction, and the gradual weakening of the influence of older observations on new forecasts. But SES works poorly with baselines that display either trends or seasonality. The trended time series is one step up in complexity from the stationary time series analyzed by SES—its baseline trends up or down. The use of exponential smoothing with a trended baseline is often called Holt’s method, and this course was designed to equip you with this technique. Here, instructor Conrad Carlberg explains how to use Holt’s method to create forecasts in R that deal with trends in a baseline.

Learn More