首页 > 其他分享 >ECOM 2001 Term Project Description

ECOM 2001 Term Project Description

时间:2024-09-10 20:27:31浏览次数:10  
标签:Term ECOM Project need returns points each answer your

ECOM 2001 Term Project Description

Due 30 September at 9:00AMAWST

Introduction

The aim of this project is to prepare, evaluate and analyse stock market data and to recommend an optimal portfo- lio 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 theYAML 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:

 

Where Pt is the asset price at time t. Then plot the returns for each asset over time.

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.

You are expected to: - Write a short paragraph to describe the trend of each time series; - Discuss the formula to calculate the bins.

(Hint: Discuss the formula you use to calculate the bins)

2.4    Summary table of returns (5 points)

Report the descriptive statistics 代 写ECOM 2001 Term Project Description in a single table which includes the mean, median, variance, standard devia- tion, 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 dis- tributed 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. All steps have to be shown and this part has to be repeated for each hypothesis test. (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 and provide your rationale? (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. All steps have to be shown and this part has to be repeated for each hypothesis test. (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.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. All steps have to be shown and this part has to be repeated for each hypothesis test.

2.9   Advising an investor (12 points)

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 andr2 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 w1 + 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.

Given your values forE(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. You will need to solve the optinmisation problem using pen and paper, and you need to typeset your answer. You can then scan as picture to attach here as your answer. You can show the summary statistics using the coding learned in class, but the optimisation problem has to be solved by hand.

You will need to get your instructors to validate your identity of your work by asking them to sign your work when you complete it. Without their validation, you will automatically get a zero for this question.

Note: You will need to typeset your answer. Then, you need to put your name and student ID number on every page (and side) of your work. You will have the instructor to validate your information by signing your answer sheet. Then, you can scan the answer as picture(s) and embed it here as your answer.

 

标签:Term,ECOM,Project,need,returns,points,each,answer,your
From: https://www.cnblogs.com/qq--99515681/p/18407039

相关文章

  • C. To Become Max
     原题链接题解显然采用二分答案,下面讲解check函数怎么写。观察到n的属于1000以内,所以我们的check函数可以采用平方的复杂度。我们采取枚举法,假定ai可以达到我们的理想值,那么我们只需要从i位置开始考虑k怎么分配即可。code #include<bits/stdc++.h>usingnam......
  • [MX-X3-T5 & RiOI-4] Countless J-Light Decomposition Solution
    看题以为自己会了,写代码的时候发现有细节没考虑清楚,复杂度写挂了以为被卡常了,调用并查集函数还手残打错了,浪费大半个下午。NOI之后属于越训越菜了QwQ。回到这个题,首先这个题当\(i\)固定时做法是显然的,我们自底向上考虑,每次一定是ban掉连向当前最长链最大子树的\(i\)条边......
  • COMP41760 Business Analytics Project
    Business Analytics Project ReportSummative Assignment BriefVersionApril 2024CourseworkAdministrativeDetailsModule Name and Code:COMP41760 BusinessAnalytics ProjectAssignmentName:Project ReportDeadlineforsubmission:......
  • tsx defineComponent emits 实现
    emits定义结构和使用子组件import{defineComponent,PropType,h,computed,ref,watch}from'vue';exportdefaultdefineComponent({name:'PageF',props:{render:{type:Function,required:true//......
  • [ABC293Ex] Optimal Path Decomposition 题解
    [ABC293Ex]OptimalPathDecomposition题解是一道难得一遇的好题。对于题目中的两个限制,同时满足是困难的,于是考虑常见的套路:先固定其中一个,再计算另一个。对于本题,显然\(k\)是有单调性的,于是考虑二分这个\(k\),将最优性问题转化为可行性问题,dp路径的最小长度。那么考虑d......
  • 【教程】在 Termux 中部署 MYScrcpy, 实现手机局域网WEB投屏控制
    在Termux中部署MYScrcpy实现局域网Web访问有关MYScrcpy,访问GithubGitee1.安装termux2.安装python环境#换源termux-change-repopkgupgrade#installpythonpkginstallpython#确认是否安装成功python-V3.安装MYScrcpy所需环境#基础环......
  • MobaXterm连接Ensp回车显示^M,无法敲回车并且报错
    最近,在使用MobaXterm连接ensp的时候,发现输入回车键,却不能出现回车的效果,反而打出了^M字符。临时解决办法:永久解决办法:加入以下三行,可以永久关闭回显[MottyOptions]LocalEcho=1LocalEdit=1......
  • BUSANA 7003 – Business Analytics Project
    BUSANA7003–BusinessAnalyticsProject–Semester2,2024FinalProjectBackground.YouarestartinganewjobasaBusinessAnalystatAQRAssetManagement,aglobalinvestmentmanagementfirmfocusedonquantitativeinvestmentstrategies.Yourfirst......
  • Matrix Determinant Lemma
    设\(\mathbfU\)是\(n\timesm\)阶矩阵,\(\mathbfV\)是\(m\timesn\)阶矩阵,\(\mathbfI_x\)是\(x\)阶单位矩阵。那么矩阵行列式引理的一个核心等式是:\(|\mathbfI_n+\mathbfU\mathbfV|=|\mathbfI_m+\mathbfV\mathbfU|\)。证明考虑分块矩阵乘法,有等式:\[\begin{p......
  • FIT5057 Project Management
    FIT5057 Project ManagementSemester2, 2024AssignmentTwo–TeamAssignmentDue Dates:● Group submission (5%): Team Charter. There is a single Team Charter for each team, and one team membersubmits thefileviaMoodle asa tea......