Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Financial Time Series For this problem, use the Yahoo! Finance website (http://finance yahoo.com/) or a Bloomberg terminal. Choose an equity and download its daily prices

image text in transcribedFinancial Time Series
For this problem, use the Yahoo! Finance website (http://finance yahoo.com/) or a Bloomberg terminal. Choose an equity and download its daily prices for the whole year of 2016. Read the input file into a variable and print its first lines of data using the command head. Study how the plot command works and make a plot of the daily close prices (if you downloaded data from Yahoo! Finance, use the Adj. Close column). Please include a title and labels for each of the axes in the plot With the close prices once again, compute the corresponding series of log-returns. Make another plot and report the summary statistics using the command summary. Do a box plot of the log-returns and verify if there are any outliers. Do a normal qqplot with the log-returns series and comment your results. Using the log-returns computed in Problem 2, do the following: Compute the mean and standard deviation of the series without using the built-in mean and std functions (of course, you can always use these functions to verify your results). Use your code from (a) to create a function that receives a vector as input and outputs its mean and standard deviation. For this problem, use the Yahoo! Finance website (http://finance yahoo.com/) or a Bloomberg terminal. Choose an equity and download its daily prices for the whole year of 2016. Read the input file into a variable and print its first lines of data using the command head. Study how the plot command works and make a plot of the daily close prices (if you downloaded data from Yahoo! Finance, use the Adj. Close column). Please include a title and labels for each of the axes in the plot With the close prices once again, compute the corresponding series of log-returns. Make another plot and report the summary statistics using the command summary. Do a box plot of the log-returns and verify if there are any outliers. Do a normal qqplot with the log-returns series and comment your results. Using the log-returns computed in Problem 2, do the following: Compute the mean and standard deviation of the series without using the built-in mean and std functions (of course, you can always use these functions to verify your results). Use your code from (a) to create a function that receives a vector as input and outputs its mean and standard deviation

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

Catechism Of Money

Authors: Joseph P. Root

1st Edition

1377114929, 978-1377114927

More Books

Students also viewed these Finance questions

Question

What is Aufbau's rule explain with example?

Answered: 1 week ago

Question

Write Hund's rule?

Answered: 1 week ago

Question

6. Identify seven types of hidden histories.

Answered: 1 week ago

Question

What is the relationship between humans and nature?

Answered: 1 week ago