开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

TLKT · 2025年02月02日

不明白題目問什麼以及後面的解題

NO.PZ2024120401000007

问题如下:

Suppose that the annual profit of two firms, one an incumbent (Big Firm, X1) and the other a startup (Small Firm, X2), can be described with the following probability matrix:

Using the probability matrix for Big Firm and Small Firm, what is the correlation between the profits of these two firms?

选项:

A.

0.384

B.

0.350

C.

23.37

D.

43.7

解释:

The marginal distributions are computed by summing across rows for Big Firm and down columns for Small Firm. They are:

The variance can be computed using E[Xj2]- (E[Xj])2 .

For Big Firm, these values are E[X1] = 6.77% * (-50) + 43.02% * (0) + 34.38% * (10) + 15.83% * (100) = $15.88M, E[X12] = 1786.63 and V[X1] = 1534.36.

For Small Firm, these values are E[X2] = 6.70% * (-1) + 43.19% * (0) + 34.18% * (2) + 15.93% * (4) = $1.25M, E[X22] = 3.98 and V[X2] = 2.41.

The expected value of the cross product is E[X1X2] = ΣΣx1x2Pr(X1 = x1, X2 = x2) = 43.22.

The covariance is E[X1X2]- E [X1]×E[X2] = 43.22- 15.88 * 1.25 = 23.37 and the correlation is 23.37 / sqrt(2.41 * 1534.36) = 0.384.

不明白"correlation" 問的是什麼,然後引伸至解題的步驟



另外,不明白的步驟,尤其是:


The expected value of the cross product is E[X1X2] = ΣΣx1x2Pr(X1 = x1, X2 = x2) = 43.22.


The covariance is E[X1X2]- E [X1]×E[X2] = 43.22- 15.88 * 1.25 = 23.37 and the correlation is 23.37 / sqrt(2.41 * 1534.36) = 0.384.

1 个答案

李坏_品职助教 · 2025年02月03日

嗨,爱思考的PZer你好:


correlation指的是相关系数(Correlation Coefficient),也叫ρ。

为了算出ρ,我们需要先求出协方差COV。

而COV的计算(可参考FRM quant原版书教材P62-64的公式4.11):

由此可见,COV = E[X1X2] - E[X1]*E[X2]。

E[X1]就是big firm的均值,E[X1] =  6.77% * (-50) + 43.02% * (0) + 34.38% * (10) + 15.83% * (100) = $15.88M,

E[X2]就是small firm的均值, E[X2] = 6.70% * (-1) + 43.19% * (0) + 34.18% * (2) + 15.93% * (4) = $1.25M,

而E[X1X2]则是把big firm每一个数据乘以small firm的每一个数据,再乘以概率,最后求和。 E[X1X2] = (-50)*(-1)*1.97% + (-50)*(0)*3.90% + (-50)*2*0.8% +...+100*4*6.16% = 43.217.

所以COV = E[X1X2]- E [X1]×E[X2]  = 43.217-15.88 * 1.25 = 23.37.


ρ的分母是X1的方差乘以X2的方差之后再开根号。

X1的方差 =  E[X1^2] - (E[X1])^2 =  1786.63 - 15.88^2 = 1534.46.

X2的方差 = E[X2^2] - (E[X2])^2 = 3.98 - 1.25^2 = 2.41.


最后ρ = COV / 根号(1534.46*2.41)=0.384.


----------------------------------------------
就算太阳没有迎着我们而来,我们正在朝着它而去,加油!