Perform the following tasks (60 points)
a. Download daily prices data of Microsoft stock from Yahoo for the period January 2, 2001 till December 31, 2016. (5 points)
b. See the size of the downloaded data ( 5points)
c. Observe the first 6 rows of the data (5 points)
d. Plot the daily prices and volume (5 points)
e. Compute log returns (10 points)
f. Construct time plot of daily log returns of Microsoft stock for the sample data (10 points)
g. Compute the sample mean, standard deviation, minimum, and maximum of the log return series (10 points).
h. Interpret your findings (10 points)
2. Perform the following tasks (40 points)
a. Time plot of daily price and volume of a stock of your choice from January 2, 2001 till December 30, 2016 (you can choose any other sample period you like with 15 years of data). (10 points)
b. Compute log returns. Construct time plot of daily log returns of the stock for the sample data (10 points)
c. Compute the sample mean, standard deviation, minimum, and maximum of the log return series. (10 points)
d. Interpret your findings (10 points)
Deliverables:
1. Submit R code for each sections of the assignment. Include both parts in one R program file. R code should provide comments on sections of the assignment the code is intended for. Submit electronically in iCollege in the Assignment tab. Note that this is an individual submission.
2. Note that your R code should provide description of what the program is doing. You should also include summary of your analysis at the end of each part (do not submit any separate document for the summary). Your grade will be based not only on the correctness of the program but also how efficiently the program executes the tasks and how clearly the tasks are presented in the program.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
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
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme