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

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

syfzln · 2025年03月01日

求解

NO.PZ2024120401000068

问题如下:

We regressed a security's returns, S(i), against market index returns, M(i), in order to estimate the security's beta according to R(i) = intercept + beta*M(i). The sample size is 48. The regression output is: R(i) = 0.020 + 1.080*M(i). The standard error of the intercept, SE(intercept), is 0.030; the standard error of the beta, SE(beta), is 0.050. The two-sided null hypothesis is that the security's beta is one; i.e., the null is beta = 1.0. Can we reject the null at 95% confidence?

选项:

A.

No, the t-statistic is 1.60

B.

No, the t-statistic is 21.60

C.

Yes, the t-statistic is 5.85

D.

Yes, the t-statistic is 21.60

解释:

t-statistic = (1.08 - 1.0)/0.05 = 1.60.

As the t-statistic does not exceed the two-sided 95% critical value of 1.96, we do not reject the null; i.e., the population beta may be 1.0. Sample size is not required, it informs the given standard error. We only need to see that the sample is large to realize the t-statistic is approximately normal.

Please note that, if the null hypothesis were "the slope is zero," then the t-statistic is (1.08 - 0)/0.05 = 21.60, and we would reject that null.

是不是回归检验算出来的都叫t统计量,但是n>30可以当成正态分布所以不用查表也能判断

0 个答案