Normality test package

버전 1.2.0.0 (8.65 KB) 작성자: Ipek
This function calculates p-values for ten well-known normality tests.
다운로드 수: 5.2K
업데이트 날짜: 2018/4/3

라이선스 보기

This function provides ten Normality tests that are not altogether available under one compact routine as a compiled Matlab function. All tests are coded to provide p-values for those normality tests, and the this function gives the results as an output table. Included tests are: Kolmogorov-Smirnov test (Limiting form (KS-Lim), Stephens Method (KS-S), Marsaglia Method (KS-M), Lilliefors test (KS-L)), Anderson-Darling (AD) test, Cramer-Von Mises (CvM) test, Shapiro-Wilk (SW) test, Shapiro-Francia (SF) test, Jarque-Bera (JB) test, D’Agostino and Pearson (DAP) test. Tests are not meant for big data. Most tests does not work for data bigger than 900. We are working on an improvement about this.

인용 양식

Ipek (2024). Normality test package (https://www.mathworks.com/matlabcentral/fileexchange/60147-normality-test-package), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
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.2.0.0

Please cite this as: Öner, M., & Deveci Kocakoç, İ. (2017). JMASM 49: A Compilation of Some Popular Goodness of Fit Tests for Normal Distribution: Their Algorithms and MATLAB Codes (MATLAB). Journal of Modern Applied Statistical Methods, 16(2), 30.

1.1.0.0

Names of the tests are included as a list.
Tests are not meant for big data. Most tests does not work for data bigger than 800. We are working on an improvement about this.

1.0.0.0