Edit this page
Report an issue
11:00-12:30
July 12, 2023
View slides in full screen
Try forecasting the Chinese GDP from the global_economy data set using an ETS model.
global_economy
Experiment with the various options in the ETS() function to see how much the forecasts change with damped trend, or with a Box-Cox transformation. Try to develop an intuition of what each is doing to the forecasts.
ETS()
[Hint: use h=20 when forecasting, so you can clearly see the differences between the various options when plotting the forecasts.]
h=20
Find an ETS model for the Gas data from aus_production and forecast the next few years.
aus_production