注意用眼睛验证:在分散图中对线性趋势的视觉验证
IEEE transactions on visualization and computer graphics
|September 10, 2024
概括
在散射图中可视化线性回归模型是常见的,但不可靠. 人们倾向于高估斜率,常见的可视化设计不能提高准确性,建议在视觉模型验证时谨慎使用.
科学领域:
- 数据可视化 数据可视化
- 统计建模 统计建模
- 人与计算机的交互
背景情况:
- 在散布图中对回归模型的视觉验证是评估模型性能的广泛使用的方法.
- 这种视觉评估技术的实际有效性和准确性在很大程度上仍未得到量化.
- 了解个人如何感知和验证线性趋势对于可靠的数据分析至关重要.
研究的目的:
- 实证地研究线性回归模型的视觉验证的准确性.
- 检查常见的散射图可视化设计对视觉验证质量的影响.
- 为了比较斜率的视觉估计与呈现斜率的视觉验证.
主要方法:
- 进行了两项经验实验,参与者在散布图中视觉评估线性回归模型.
- 实验1侧重于估计和验证斜率的准确性.
- 实验2评估了可视化改进的影响,如错误线,界限框和置信区间.
主要成果:
- 斜率精度的视觉估计高于呈现斜率的视觉验证.
- 在估计和验证任务中都观察到对高估斜率 ("太") 的一致偏见.
- 参与者似乎自然喜欢直角距离回归 (ODR) 而不是普通最小平方 (OLS) 回归.
- 可视化设计 (错误线,界限框,置信区间) 并没有显著提高验证准确性,尽管错误线减少了偏差.
结论:
- 在散布图中对线性回归模型的视觉验证应谨慎处理,因为其固有的偏差和精度限制.
- 当前常见的可视化设计不足以提高视觉模型验证的可靠性.
- 需要进一步的研究来开发更强大的方法来对回归模型进行视觉评估.
相关概念视频
Scatter Plot
6.8K
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
6.8K
Residuals and Least-Squares Property
7.3K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.3K
Calculating and Interpreting the Linear Correlation Coefficient
5.9K
The correlation coefficient, r, developed by Karl Pearson in the early 1900s, is numerical and provides a measure of strength and direction of the linear association between the independent variable, x, and the dependent variable, y. Hence, it is also known as the Pearson product-moment correlation coefficient. It can be calculated using the following equation:
5.9K
Residual Plots
4.6K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.6K
Microsoft Excel: Regression Analysis
531
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
To perform regression...
531
Modified Boxplots
9.2K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
9.2K


