Question: problem Statement Use the canadian_gas data from the fpp3 package in R and perform the following tasks. Include explanations, wherever needed. 1. Subset the above
problem Statement Use the canadian_gas data from the fpp3 package in R and perform the following tasks. Include explanations, wherever needed.
1. Subset the above data and keep observations from March 1990 to February 2005. Describe the data set.
2. Plot the data using autoplot(), gg_subseries(), and gg_season(). Describe the presence (or absence) of seasonality in the data.
3. Perform an STL decomposition of the data. Plot the seasonal component from STL decomposition using gg_season(). Does the seasonal shape change over time? Explain.
4. Plot a seasonally-adjusted series using the results from the model above. Using this plot, explain why the seasonally-adjusted series is different from the original series .
5. Next, perform decomposition using SEATS and X-11 decomposition methods. How are they different from the results obtained using the STL decomposition?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
