logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Hugh BulgerManagement
(5/5)

963 Answers

Hire Me
expert
Arapera BillingAccounting
(4/5)

913 Answers

Hire Me
expert
SYED MOHAMMED HASAN RIZVIMathematics
(/5)

742 Answers

Hire Me
expert
Ravindranath Reddy EragamreddyEngineering
(/5)

922 Answers

Hire Me
R Programming
(5/5)

Start with using the simple average window method to forecast the prices for the previous week

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Forecasting

Open the attached CSV file containing the share prices for the stock from Tesla Inc. (TSLA). The file contains seven (7) columns: 

  1. Date
  2. Opening Price for the Day
  3. Highest Price for the Day
  4. Lowest Price for the Day
  5. Closing Price for the Day
  6. Adjusted Closing Price
  7. Trading Volume

This data has been gathered over a 7 year period between 2010 and 2017.

Your assignment is to forecast the values for the week of the last date of the stock listing. Given the last share price listing is for March 7, 2017, which was a Tuesday, use the given data to predict the values for:

  a) Opening Price, b) Closing Price, c) Highest Price, d) Lowest Price and, e) Trading Volume

for that entire week beginning Monday, Mar 6, 2017, and ending Friday, March 10, 2017

STEP 1. Start with using the simple average window method to forecast the prices for the previous week, i.e, the week starting Monday, Feb 27, 2017, and ending Friday, March 3, 2017. For the width of the window, use values of k = 2, 3, and 4. 

STEP 2. Use a weighted average window method with at least 2 different weight combinations to forecast the prices for the week, starting Monday, February 27, 2017, and ending Friday, March 3, 2017. Use a window width of k = 3. Remember, the sum of weights should equal to 1.0

STEP 3: Compare the performance of your average windows methods in STEP 1 and STEP 2 using the three different error methods discussed in class: Mean Absolute Deviation (MAD), Mean Squared Error (MSE), and Mean Average Percentage Error (MAPE). Note your comparison must include at least five different columns: three for the simple moving average window and at least two for the weighted average window. On the basis of your comparison, which method has the best performance?

STEP 4: Repeat Steps 1~3 using the exponential smoothing method. Choose at least 3 values for the smoothing parameter Alpha. Does the performance of your forecasting method improve when using the exponential smoothing method?

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme