Compare the daily returns intercepts

Assignment Help Financial Econometrics
Reference no: EM132168764

Problem 1: Sampling Frequency and Portfolios

Get the 11 stock monthly and daily returns. Make sure to download the daily file again because I modified vwret which had a timing issue. Make the 11 stock portfolio. Now regress them all on the market return and fill Table 1

Table 1:

 

Monthly Regressions

Daily Regressions

 

a

sa

b

sb

a

sa

b

sb

Apple

 

 

x.xx

x.xx

 

 

.xx

.xx

Amazon

 

 

 

 

 

 

 

 

Biogen

 

 

 

 

 

 

 

 

Citygroup

 

 

 

 

 

 

 

 

GE

 

 

 

 

 

 

 

 

Nike

 

 

 

 

 

 

 

 

Pepsi

 

 

 

 

 

 

 

 

State Street

 

 

 

 

 

 

 

 

Toyota

 

 

 

 

 

 

 

 

Valero

 

 

 

 

 

 

 

 

Verizon

 

 

 

 

 

 

 

 

Average

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

EW Portfolio

 

 

 

 

 

 

 

 

In Row Average, put the average of the statistics for the 11 stocks. Use the row Average to build intuition to answer the questions below

a) Compare the 12 monthly and daily returns Betas.
Are the βs from both frequencies markedly different?
Are their standard errors markedly different?
Which frequency seems best as an estimationg strategy?
For other stocks than these very large US stocks, what could be a problem with estimating βs from daily returns regressions?

b) Compare the 12 monthly and daily returns intercepts. You can help your intuition by looking at the t-statistics outputs for the monthly vs daily returns regressions.
Are the estimates very different (after appropriate transformations)? Feel free to transform the α and sα columns as you think makes more sense for the reader.
Are the standard errors very different (after appropriate transformation)? Explain why the result differs from the β estimation.

c) Monthly regression: portfolio vs stock regression precision
What is the average β^ standard error for the 11 stock regression? What is the standard error for the EW portfolio regression β^?
Use equation [2] in Problem 4 to infer an average cross-correlation of the 11 β^.
If the correlation ρb was exactly zero, how smaller do you expect the standard deviation of theβ ^of an 11 stock portfolio to be than that of a typical stock.
Get the 11 residual vectors (of the 11 stock regressions) in one data matrix. Compute their 11x11 correlation matrix, and compute the average cross-correlation. Make sure to remove the ones. What is it? Compare to your answer above.

Problem 2: Typical Output Analysis

Consider the AAPL regression on daily returns. For each diagnostic plot, indicate what it is supposed to detect, and if you find anything suspicious for the regression. You don't need to show a normal probability plot but check for yourself that it is very non normal.

a) Standardized residuals vs the market return in Figure 1.

b) Absolute value of the standardized residuals vs the market return in Figure 2.

d) Autocorrelation function of the standardized residuals in Figure 3. Do not use the standard acf command. Instead, use the library: forecast, and use the Acfcommand (with uppercase A).

f) Fill in the table and conclude whether heteroskedasticity is an issue. Load packages lmtest (to run coeftest and coefci) and sandwich (to run the adjusted covariance matrices). The (2,2) element of vcov is the variance of β ^, the slope coefficient.
Relevant commands are: vcov(model) vcovHC(model) vcovHAC(model) coeftest(model) coeftest(mm,vcov=vcovHC) etc... coefci(model,...) for a confidence interval

Table 2: Sandwich estimates of the slope standard error for the APPL daily regression

 

β

sβ^

Cov[2,2]

5%

95%

OLS - iid

 

 

 

 

 

HC - White

 

 

 

 

 

For Problem 6, you can loop around lm for the 12 regressions. You can also do them all with:
mymod<- lm( stkrets~rm) # creates the 12 regressions
modsum<-summary(mymod) # creates the summary object with all the good stuff in it.
coefficients(mymod) # also works to print the output with estimates and std.errs.

But mymod is a multivariate linear model object, a list where each regression is an item in the list, then each regression is itself a list. Same for modsum. It makes it hard to retrieve in a vector for example, all the standard errors. To see the problem, do names(mymod), names(modsum).
Some commands don't work. You can't use things like: confint(mymod)
What we want is not two steps down in the hierarchy of the list ( of list)
You can extract it with the lapply (ell apply!) and sapplycommands. They are similar toapply but work to extract components of lists. In coefficients(mymod), you see in what order the output is. Now try this for example, you will see what it does:

lapply(modsum, coefficients) is exactly the same as coefficients(modsum). But is is now a list with 12 items. This takes what we need from it:
sapply(lapply(modsum,coefficients),'[',c(2,4))
coefficients output for all ‘[‘ says to c(2,4) takes elements 2 and 4
regressions go down one level

Attachment:- Problem.rar

Reference no: EM132168764

Questions Cloud

Explain primary manner in which the chosen method is used : Select one (1) of the transaction management or concurrency control methods, and explain the primary manner in which the chosen method is used in database.
Describing a potential computer security problem : For this assignment, you will identify a computer system you have recently had experience with and prepare an attach a PowerPoint presentation (8-10 slides).
What should the response be for american family care : What should the response be for American Family Care? (lessons learned, how can they prevent future breaches) Please list at least 3 possible activities.
How the practice of nursing is expected to grow and change : Assignment Evolving Practice of Nursing and Patient Care Delivery Models - Write an informal presentation (500 words) to educate nurses about how the practice
Compare the daily returns intercepts : Compare the daily returns intercepts. You can help your intuition by looking at the t-statistics outputs for the monthly vs daily returns regress
What is your opinion of the overall industrys future : What is the legal form (type) for the business organization you visited? (5 points) (e.g., Sole Proprietorship, Partnership, etc)
Important to support people engaged in the induction process : Explain the relevance of psychometric and skills testing within the recruitment process and why it is important to support people engaged in the induction
Identifying and managing risk in a project : When undertaking a project work, explain processes for identifying and managing risk in a project.
Develop a use-case description for each major use case : Create an activity diagram for the business process described in this case through the use of graphical tools in Microsoft Word or Visio, or an open source.

Reviews

Write a Review

Financial Econometrics Questions & Answers

  A project report on banking system

The objective of this business report is to focus upon evaluating the current portfolio of Baituna home loans product of Bank Muscat and its volumes. It focus upon the current standing of the product in Oman and its performance on the basis of its vo..

  Questions on financial econometrics

Objective and multiple choice questions on Financial Econometrics responsible for creating financial statements.

  Option valuation report

Value Joseph's option position based on Black-Scholes method and analysis needs cover details behind the standard Black - Scholes method and explain detailed adjustment made to the standard BS method

  Conduct a bivariate nonlinear conintegration tests

Conduct a bivariate nonlinear conintegration tests using threshold Vector Error Correction (TVEC) methodology. Need to develop Matlab code.

  Calculate the expected exchange rate

Use a properly labelled IS-LM graph to analyze and illustrate the effect and calculate the expected exchange rate for the end of the year.

  Capm and capital structure

Reflect on the papers. Synthesize the key points they're making and consider the challenges of such points in a given context within your environment.

  Calculate the npv-irr and non-discounted payback period

Calculate the NPV, IRR, and Non-Discounted Payback Period using Excel - Outline and write the essay starting with the evidence-supported defense of your points and slowly transition into an address of opposing points.

  Objectives and principles guiding corporate governance

What is corporate governance and what are the objectives and principles guiding corporate governance?

  What is the capital budgeting process

What is capital budgeting, what is the capital budgeting process, what are the principles of capital budgeting and when do we make a capital investment?

  How do taxes affect the cost of capital

What is the cost of capital, what are WACC and MCC and how do taxes affect the cost of capital?

  How do you create or decrease leverage

What is leverage, how do you create or decrease leverage and why is leverage used?

  Calculate the wacc for both investment

Outline and write the essay starting with the evidence-supported defense of your points and slowly transition into an address of opposing points - Calculate the WACC for both investment. Calculate the NPV for investments discounted at their respec..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd