NO.PZ2017092702000088
问题如下:
A portfolio has an expected return of 7% with a standard deviation of 13%. For an investor with a minimum annual return target of 4%, the probability that the portfolio return will fail to meet the target is closest to:
选项:
A.33%.
B.41%.
C.59%
解释:
B is correct.
B is correct. By using Excel's NORM.S. DIST() function, we get NORM.S. DIST((4%-7%)/13%) = 40.87%.
The probability that the portfolio willl underperform the target is about 41%.
本题要求的P(X<4%)的概率。
第一步先做标准化后才能查表。然后代入标准化的公式即可。
-------------------------------------------------------------------------
There are three steps, which involve standardizing the portfolio return: First, subtract the portfolio mean return from each side of the inequality: P(Portfolio return – 7%) ≤ 4% – 7%). Second, divide each side of the inequality by the standard deviation of portfolio return: P[(Portfolio return – 7%)/13% ≤ (4% – 7%)/13%] = P(Z ≤ –0.2308) = N(–0.2308). Third, recognize that on the left-hand side we have a standard normal variable, denoted by Z and N(–x) = 1 – N(x). Rounding –0.2308 to –0.23 for use with the cumulative distribution function (cdf) table, we have N(–0.23) = 1 – N(0.23) = 1 – 0.5910 = 0.409, approximately 41 percent. The probability that the portfolio will underperform the target is about 41 percent.
請問這題爲何最終沒有用1-40.90%,謝謝