Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

library ( fpp 3 ) 1 . 1 . Create the data set us _ manu _ emp from the data set us _ employment

library(fpp3)1.1.Create the data set us_manu_emp from the data set us_employment that covers the period from January 1990 to the end of the time series.
1.2.Create a tsibble for us_manu_emp, print the first 10 rows, and attach them here. Use font courier new and size 8.1.3.Create a plot of the time series US manufacturing employment. The plot must include a title, and the axis labels must show the appropriate units. Attach it here. 1.4.C reate a plot of the ACF for US manufacturing employment. Explain the ACF. 2.1.Create the data set us_private_emp from the data set us_employment that covers the period from January 1990 to the end of the time series.
2.1 Do an STL decomposition for US private employment. Use a trend(window =7) and season (window =periodic). Attach the plot here.
2.2Print the dable that shows the STL components and attach it here. Use font courier new and size 8 to format the table. 3.1.Compute the mean of the original US private employment series that you created in problem 2. Attach it here. Use font courier new and size 8.
3.2.Compute the minimum, the maximum, and the quartiles for US private employment. Attach it here. Use font courier new and size 8.
3.3.Compute the ACF features and describe them. Attach them here. Use font courier new and size 8
3.4.Compute the STL features. Attach them here. Use font courier new and size 8.4.1.Use the data us_private_emp you created in problem 2 above and create the data set us_private_emp_train that covers the period from January 1990 to December 2015.
4.2.Fit the models Mean, Nave, Seasonal Nave, and Drift to the original US private employment series.
4.3.Generate forecasts for the period January 2016- September 2019.
4.4.Generate a plot of the forecasts and the actual data. Attach the plot here.
4.5.Generate accuracy measures and identify the best forecasting model. Paste the accuracy measures here. Use font courier new and size 8.
4.6.Generate a plot of the residual diagnostics. Explain the residual diagnostics. Attach the plot here.
4.7.Do the Box-Pierce and Ljung-Box correlation tests of the residuals. Explain the results. Attach the results here. Use font courier new and size 8.

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

Data Analytics And Quality Management Fundamental Tools

Authors: Joseph Nguyen

1st Edition

B0CNGG3Y2W, 979-8862833232

More Books

Students also viewed these Databases questions

Question

3. How has e-commerce transformed marketing?

Answered: 1 week ago