NO.PZ2022062760000004
问题如下:
A risk manager is calculating the VaR of a fund with a data set of 50 weekly returns. The mean weekly return
estimated from the sample is 8% with a standard deviation of 17%. Assuming that weekly returns are
independent and identically distributed, what is the standard deviation of the mean weekly return?
选项:
A.0.4%
B.0.7%
C.2.4%
D.10%
解释:
中文解析:
周化σ=年化σ/sqrt多少周=17%/sqrt(50) = 2.4%
In order to calculate the standard deviation of the mean weekly returns, we must divide
the standard deviation of the return series by the square root of the sample size.
Therefore, the correct answer is 17%/sqrt(50) = 2.4%.
算sample standard deviation分母需要用(n-1)=50-1=49么