Term Project – Tete 20/1/2024

Description

The a-s-s-e-s-s-m-e-n-t willbe done all question.Please see the questions shown in the screenshot. I will send you all the info after being hired, eg PPTs, student access etc. Please send a draft in 12hrs -1 day time, day 2, and day 3 as well. + Will need to draft some questions to ask the teacher and revise base on feedback (Send bk ard in 1 day max)

Don't use plagiarized sources. Get Your Custom Assignment on
Term Project – Tete 20/1/2024
From as Little as $13/Page

Unformatted Attachment Preview

ECOM 2001 Term Project Description
Due Monday, October 23, 2023 at 9:00AM AWST
Introduction
The aim of this project is to prepare, evaluate and analyse stock market data and to recommend an optimal portfolio consisting of two stocks. You have been assigned three stocks, all three must be included in the analysis which
works towards your recommendation of a final optimal portfolio. The project requires a deep understanding of
both the statistics and the mathematics components of this unit. It is recommended that you work on this on a
weekly basis.
YOU MUST USE THE STOCKS ASSIGNED TO YOU. Any deviation from the assigned stocks will results in a grade of
zero.
Refer to the rubric at the end of this document to understand how this assessment will be graded. In particular, note
that all figures need to be numbered and labelled, and you need to include all the steps to involved with arriving
at each of your answers.
Your final report should be a pdf document. An RMarkdown document to get you started is available on the unit
Blackboard site. Show all of your coding by keeping echo = TRUE. Make sure to update your name and student ID
in the YAML of the document.
You are NOT ALLOWED to engage any AI-assistive platforms to complete this assessments, unless you are told
otherwise (in 2 questions below).
1
Import Data (2 points)
Import the adjusted stock prices for the three stocks which you have been assigned. See the Markdown file for
hints.
2
The Analysis
2.1
Plot prices over time (4 points)
Plot the prices of each asset over time separately.
Succinctly describe in words the evolution of each asset over time. All axes and figures have to be properly labeled
and described. (limit: 100 words for each time series).
2.2
Calculate returns and plot returns over time (4 points)
Calculate the daily percentage returns of each asset using the following formula:
P
t
rt = 100 ∗ ln
Pt−1
Where Pt is the asset price at time t. Then plot the returns for each asset over time.
1
2.3
Histogram of returns (6 points)
Create a histogram for each of the returns series.
You have to explain your choice of bins.
You will need to carefully label all axes and figures.
A short paragraph is expected to describe the trend of each time series.
(Hint: Discuss the formula you use to calculate the bins)
2.4
Summary table of returns (5 points)
Report the descriptive statistics in a single table which includes the mean, median, variance, standard deviation,
skewness and kurtosis for each series. All tables need to be correctly labeled.
What conclusions can you draw from these descriptive statistics?
2.5
Are average returns significantly different from zero? (6 points)
Under the assumption that the returns of each asset are drawn from an independently and identically distributed normal distribution, are the expected returns of each asset statistically different from zero at the 1%
level of significance?
Part 1: Provide details for all 5 steps to conduct a hypothesis test, including the equation for the test statistic.
(1 points)
Part 2: Calculate and report all the relevant values for your conclusion and be sure to provide an interpretation of
the results. (Hint: you will need to repeat the test for expected returns of each asset) (3 points – one for each stock)
Part 3: If you would have done this question using Chat-GPT, what answer will you get? (hints: you will need to
describe how you prompt the question in Chat-GPT to guide the answer (1 point), would expect your answer to be
different or similar to your answer above (1 point))
2.6
Are average returns different from each other? (7 points)
Assume the returns of each asset are independent from each other. With this assumption, are the mean returns
statistically different from each other at the 1% level of significance?
Provide details for all 5 steps to conduct each of the hypothesis tests using what your have learned in the unit.
(2 points)
Calculate and report all the relevant values for your conclusion and be sure to provide and interpretation of the
results. (Hint: You need to discuss the equality of variances to determine which type of test to use.) (3 points)
If you have a chance to engage Chat-GPT, how would you approach this question? That is, you need to clearly lay
out ALL STEPS that you would ask the question to Chat-GPT. (1 points)
Now, compare your answer to Chat-GPT, why do you think your answer is different or similar? Please attach a
picture of the screenshot of the answer you have got from Chat-GPT. What do you learn from this exercise? (1
points)
2.7
Correlations (2 points)
Calculate and present the correlation matrix of the returns.
Discuss the direction and strength of the correlations.
2
2.8
Testing the significance of correlations (2 points)
Is the assumption of independence of stock returns realistic?
Provide evidence (the hypothesis test including all 5 steps of the hypothesis test and the equation for the test
statistic) and a rationale to support your conclusion.
2.9
Advising an investor (12 points)
Note: You need to show all steps in this questions in RStudio to be able to get full marks.
Suppose that an investor has asked you to assist them in choosing two of these three stocks to include in their
portfolio. The portfolio is defined by
r = w1 r1 + w2 r2
Where r1 and r2 represent the returns from the first and second stock, respectively, and w1 and w2 represent the
proportion of the investment placed in each stock. The entire investment is allocated between the two stocks, so
w + 1 + w2 = 1.
The investor favours the combination of stocks that provides the highest return, but dislikes risk. Thus the investor’s
happiness is a function of the portfolio, r:
h(r) = E(r) − Var(r)
Where E(r) is the expected return of the portfolio, and Var(r) is the variance of the portfolio.1
Given your values for E(r1 ), E(r2 ), Var(r1 ), Var(r2 ) and Cov(r1 , r2 ) which portfolio would you recommend to the
investor? What is the expected return to this portfolio?
Provide evidence to support your answer, including all the steps undertaken to arrive at the result. (*Hint: review
your notes from tutorial 6 on portfolio optimisation. A complete answer will include the optimal weights for each
possible portfolio (pair of stocks) and the expected return for each of these portfolios.)
Submission
1. Submit the pdf output of your completed project to the Turnitin.com link on the BlackBoard site for our unit.
i. Keep the sections as they are in this document
ii. Ensure that all Figures and Tables are numbered, and have appropriate captions.
iii. All your calculations and steps used to produce the results should be included. So include any mathematical calculations and set echo=TRUE in all of your code chunk headers, including those used to
generate figures.
2. Additional details
• All results (numbers) should be accurate to 3 decimal places.
• Proof-read your report – do not include spelling or grammatical errors.
1 Note that E(r) = w E(r ) + w E(r ), and Var(r) = w 2 Var(r ) + w 2 Var(r ) + 2w w Cov(r , r )
1
1
2
2
1
2
1 2
1 2
1
2
3
Rubric
The submission is worth 50 Points in total and will be worth 50% of your final grade.
Table 1: Rubric
Question
1
(Maximum Score)
2
Fail (
Purchase answer to see full
attachment