Normality test package

版本 1.2.0.0 (8.6 KB) 作者: Ipek
This function calculates p-values for ten well-known normality tests.
5.4K 次下载
更新时间 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