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

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

Cooljas · 2024年05月03日

Cook’s distance这个好像没学过啊?另外可以再解释下每个选项吗?

NO.PZ2024030508000008

问题如下:

A junior trader on a derivatives trading desk is using historical data to run a linear regression model that regresses the price of an option against the underlying stock price. The trader conducts an analysis of the regression results to identify potential outliers and assess their impact on the estimated coefficients. Which of the following statements correctly describes the given approach for identifying outliers?

选项:

A.A residual plot compares the error values on the x-axis against the realization of the explanatory variables on the y-axis. B.

Residual plots can only detect outliers that are typically within 4 standard deviations of the model mean.

C.

A Cook’s distance value greater than 1 indicates that an observation has a large impact on the regression parameters.

D.Cook’s distance measures the sensitivity of the fitted values in a regression when the two largest observations are dropped.

解释:

Explanation: C is correct. Cook’s distance, D, should be small when an observation is an inlier (i.e. does not disproportionately affect parameter estimates). Values of D>1 indicate that an observation has a large impact on the estimated model parameters and so is an outlier.

A is incorrect. Residual values are plotted along the y-axis and fitted values, or another variable, are plotted on the x-axis.

B is incorrect. Both outliers and model specification problems (omitted nonlinear relationships) can be detected in residual plots. An ideal model would display residuals that are relatively small magnitude(i.e., typically within 4s, where s2 is the estimated variance of the shocks in the model).

D is incorrect. Cook’s distance measures the sensitivity of the fitted values in a regression to dropping a single observation.

Learning Objective: Describe methods for identifying outliers and their impact.

Reference: Global Association of Risk Professionals. Quantitative Analysis. New York, NY: Pearson, 2023, Chapter 9, Regression Diagnostics [QA-9].

Cook’s distance这个好像没学过啊?另外可以再解释下每个选项吗?

1 个答案

品职答疑小助手雍 · 2024年05月04日

同学你好,经典题的题目前面是对知识点的复习讲解,cook's distance指的是剃掉一个观察值时候对整个回归的敏感性。

A选项x轴y轴代表的含义描述反了。

B选项outlier应该是在4倍标准差以外的范围。

C选项正确

D选项去掉一个观察值,不是2个。

  • 1

    回答
  • 0

    关注
  • 174

    浏览
相关问题