Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 14th East European Conference Adbis 2010 Novi Sad Serbia September 2010 Proceedings Lncs 6295

Authors: Barbara Catania ,Mirjana Ivanovic ,Bernhard Thalheim

2010th Edition

3642155758, 978-3642155758

More Books

Students also viewed these Databases questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago