EF 5070: Financial Econometrics Problem Set 1


Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due


EF 5070: Financial Econometrics
Problem Set 1

Due 11:59 pm, Oct 19th 2024

Notes

1. Due 11:59pm, Oct 19th.
2. Please submit your problem set zip files which contains all related material into CANVAS by the deadline. Late submissions will not be accepted.
3. Hand in your problem set together with the i) R codes that you used to generate the results, ii) the associated R log file, and iii) your written solution.
4. Each student needs to write his/her own solutions, even though discussions of the assignments between students are encouraged.
5. If not specifically specified, use 5% significance level (the associated critical value is 1.96 for standard normal distribution) to draw conclusions in this problem set.
6. fBasics, quantmod packages of R are helpful in doing problems 5 and 6.

1. Let Y1, · · · , Yn be n i.i.d. random samples with common mean µ and common variance σ 2 . Let Y¯ denote the sample average.

(a) Define the class of linear estimators of µ by

Wa = a1Y1 + a2Y2 + · · · + anYn,

where ai are constants. What restrictions on the ai needed for Wa to be an unbiased estimator of µ?

(b) Explain what does var(Wa) tell you.
(c) Compute var(Wa) and var(Y¯ ).
(d) Based on part (b), which estimator of µ, Wa or Y¯ is more efficient, in a sense that has smaller variance?

2. An investment firm offers its customers municipal bonds that mature after varying number of years. Given that F(t), cumulative distribution of T, the number of years to maturity for a randomly selected bond is


(a) Find P(T = 1), P(T = 1.5), P(T = 2)that the probability that the bond has 1, one and half year and two years to maturity.
(b) Find P(T > 3), that the probability that the bond has at least 3 years to maturity.
(c) Construct the probability (Mass) density function for T.

3. You are hired by the governor to study whether a tax on liquor has decreased average liquor consumption in your region. You are able to obtain, for a sample of individuals selected at random, the difference in liquor consumption for the years before and after the tax. For person i, who is sampled randomly from the population, Yi , denotes the change in liquor consumption. Treat these as a random sample from a Normal N(µ, σ2 ) distribution.

(a) The null hypothesis is that there was no change in average liquor consumption. State this formally in terms of µ

(b) The alternative is that there was a change in liquor consumption. State the alternative in terms of µ.

(c) Now, suppose your sample size is n = 625 and you obtain the estimates y¯ = −22.8 and s = 455.4. Calculate the t statistic for testing Ho against H1. At 5% confidence level, do you think the taxation policy affects liquor consumption?

(d) Now, suppose your sample size is n = 25 and you obtain the estimates y¯ = −22.8 and s = 455.4. Calculate the t statistic for testing Ho against the alternative that liquor consumption is higher after the tax. At 5% confidence level, do you think the taxation policy affects liquor consumption?

4. In a recent poll of 725 registered voters, 47% indicated that they approve of the job Donald Trump is doing as president. Public Policy Polling, January 30 31, 2017 could be accessed at http://www.publicpolicypolling.com/pdf/2017/PPP_Release_National_ 2217.pdf. Test whether the approval in the population is 50%, at the 5% level and against a two-sided alternative.
5. Consider the Amazon stock, Adobe Inc stock and Johnson & Johnson stock from 2019-01- 02 to 2024-09-20.
(a) Use quanmod package of R to download the data.
(b) Use each stock’s adjusted price to compute their associated daily simple returns and log returns. Please plot the time series daily simple and log returns.
(c) Compute the sample mean, sample variance, skewness and excess kurtosis (compare with 3), minimum and maximum of each stock’s simple returns.
(d) Compute the sample mean, sample variance, skewness and excess kurtosis (compare with 3), minimum and maximum of each stock’s log returns.
(e) Compute pairwise correlations of these three stocks. Which two stocks are more likely to move in the same way (the so-called co-movement)?
(f) Which stock is more likely to encounter big losses?
(g) Which stock is more likely to generate high returns compared to losses?
(h) Plot densities of each stock using histogram and density curves.
(i) The null hypothesis is that the daily simple return of Amazon stock is zero and the alternative is that the daily simple return of Amazon stock is not zero. State these hypothesis in terms of µ. Perform your test and draw your conclusion (with the help of R, you could compute sample moments to construct your test statistic).
6. Now, please download the 3 month treasury bill returns during the sample sampling period with Q 5 using the quantmod package (Hint: consider using the command getSymbols(”DGS3MO”, src = ”FRED”) and DGS3MO[paste(”2019-01-02”,”2024-09-20”,sep = ”/”)]).
(a) Please plot the time series path for the 3 month treasury bill log return.
(b) Please calculate the Sharpe Ratios for the Amazon, Adobe Inc and Johnson & Johnson stock based on their daily log return constructed from the corresponding closing prices.
(c) Please interpret the Sharpe Ratios based on part (b) and state your preference in that which stock you would like to choose.

发表评论

电子邮件地址不会被公开。 必填项已用*标注