Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Monthly Australian retail data is provided in aus retail. Select one of the time series as follows (but choose your own seed value; use

 

Monthly Australian retail data is provided in aus retail. Select one of the time series as follows (but choose your own seed value; use your group number as your seed): set.seed(12345678) myseries < aus_retail %>% filter('Series ID' == sample (aus_retail$'Series ID',1)) 1. Explore your chosen retail time series using the following functions: autoplot(), gg_season () as well as autoplot on the autocorrelations ACF() %>% autoplot() Can you spot any seasonality, cyclicity and trend? What do you learn about the series? 2. On top of the correlogram, create a table containing the first 14 autocorrelations. In the table, highlight in bold those that are significantly different from 0. 3. Compute the Ljung-Box test for 0 autocorrelation in the first 20 autocorrelations. 4. What Box-Cox transformation would you select for your retail data. Explain your answer by writing the actual transformation used and create a time plot of the transformed data. You can use the guerrero feature. Activate W Go to Settings

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

Business Statistics In Practice

Authors: Bruce Bowerman, Richard O'Connell

6th Edition

0073401838, 978-0073401836

More Books

Students also viewed these Programming questions

Question

2. What project areas need to be assessed in a readiness process?

Answered: 1 week ago