Shapiro-Wilk and Shapiro-Francia normality tests.

버전 1.1.0.0 (8.83 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.