Shapiro-Wilk and Shapiro-Francia normality tests.

版本 1.1.0.0 (8.8 KB) 作者: Ahmed BenSaïda
Shapiro-Wilk & Shapiro-Francia parametric hypothesis test of composite normality.
25.3K 次下载
更新时间 2014/6/18

查看许可证

Shapiro-Wilk parametric hypothesis test of composite normality, for sample size 3<= n <= 5000. Based on Royston R94 algorithm.
This test also performs the Shapiro-Francia normality test for platykurtic samples.

引用格式

Ahmed BenSaïda (2024). Shapiro-Wilk and Shapiro-Francia normality tests. (https://www.mathworks.com/matlabcentral/fileexchange/13964-shapiro-wilk-and-shapiro-francia-normality-tests), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hypothesis Tests 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

- Improved precision for sample size = 3;
- Added detailed references;
- Removed the TAIL option (not needed);
- Minor bug fixes.

1.0.0.0

Change the value in line 136 to 0.26758 instead of 0.026758 (Shapiro-Francia) to correct the significance level. Thanks to Kent Parsons for his remarks.