ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

非正态独立小样本统计检验方法的选择

2021-03-21 13:33:09  阅读:390  来源: 互联网

标签:非正态 样本 two 检验 KS MW choose between test


今天遇到一个问题,就是非正态数据独立小样本应该用 Mann-Whitney还是Kolmogorov-Smirnov检验。
这是搜到的答案:

The Mann-Whitney test first ranks all the values from low to high, and then computes a P value that depends on the discrepancy between the mean ranks of the two groups.
The Kolmogorov-Smirnov test compares the cumulative distribution of the two data sets, and computes a P value that depends on the largest discrepancy between distributions.
Here are some guidelines for choosing between the two tests:
The KS test is sensitive to any differences in the two distributions. Substantial differences in shape, spread or median will result in a small P value. In contrast, the MW test is mostly sensitive to changes in the median.
The MW test is used more often and is recognized by more people, so choose it if you have no idea which to choose.
The MW test has been extended to handle tied values. The KS test does not handle ties so well. If your data are categorical, so has many ties, don’t choose the KS test.
Some fields of science tend to prefer the KS test over the MW test. It makes sense to follow the traditions of your field.

reference

简单的提示就是:数据分布形状、范围和中位数的差异会导致KS检验显著,而MW检验主要对中位数的变化敏感。
MW检验更常用,不知道选什么的时候选这个。

标签:非正态,样本,two,检验,KS,MW,choose,between,test
来源: https://blog.csdn.net/momentie/article/details/115047951

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有