|
     
- UID
- 21662
- 积分
- 76093
- 积极性
- 178
- 来自
- 上海
- 在线时间
- 4465 小时
- 注册时间
- 2007-10-14
|
28#
发表于 2009-3-30 22:04
| 只看该作者
本帖最后由 hnwang 于 2009-3-30 22:07 编辑
Anderson-Darling test 检查正态是否是分布用的P值
After you have plotted data for Normality Test, Check for P-value.
P-value < 0.05 = not normal.
normal = P-value >= 0.05
Note: Similar comparison of P-Value is there in Hypothesis Testing.
If P-Value > 0.05, Fail to Reject the H0
The Anderson-Darling test is used to test if a sample of data came from a population with a specific distribution. It is a modification of the Kolmogorov-Smirnov (K-S) test and gives more weight to the tails than does the K-S test. The K-S test is distribution free in the sense that the critical values do not depend on the specific distribution being tested. The Anderson-Darling test makes use of the specific distribution in calculating critical values. This has the advantage of allowing a more sensitive test and the disadvantage that critical values must be calculated for each distribution. |
|