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
Alan DuderMarketing
(5/5)

891 Answers

Hire Me
expert
Ankhush PandayData mining
(5/5)

819 Answers

Hire Me
expert
James BeckettBusiness
(5/5)

656 Answers

Hire Me
expert
Patricia GloverrStatistics
(5/5)

691 Answers

Hire Me
R Programming
(5/5)

use the fitted model to estimate the probability that a randomly selected share price in 2019 is between 40 and 70.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project

1    For this question, the data are contained in the file Prices.txt, available on Blackboard. The data consist of the daily share prices of one of the popular companies in the UK, in dollars($). The data was obtained by a data scientist for purely research purposes. The sample size is 520.

(a) Read the data into a data frame called Prices in R

(b) Assuming the data scientist told you that the first 300 rows are based on 2019 share prices, and the next 220 rows are prices from 2020. Incorporate this piece of information into a second column in your data frame, called Price$year. For simplicity, you may wish to use rep command.

(c) Draw two box plots; one for the price distribution in 2019 and another for the price distribution in 2020. Comment on the main features of the plots. Do you think that the distributions are symmetric? I strongly suggest that you put the two box plots on the same axes to facilitate comparison.

(d) Put the 2019 price values into a variable called Prices2019.

(e) Suppose x1, · · · , x300 correspond to the 2019 data. Suggest a suitable transformation say, T such that the transformed data will be normally distributed N (µH, σ ). That is, hi = T (xi).  Fit a normal distribution to the transformed 2019 data so as to obtain the estimates of the parameters of hi.Reserved: 2Reserved: H

(f) Plot a density histogram of the transformed price values from 2019, and superimpose the p.d.f. of the fitted normal density on the same plot. Comment on the goodness of fit.

(g) Use the fitted model to estimate the probability that a randomly selected share price in 2019 is between 40 and 70. You may which to compare the estimated probability with the corresponding empirical probability(this last sentence is optional).

 

 

 

(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