TRIPLESTEST

版本 1.1.0.0 (3.7 KB) 作者: Jos (10584)
a non-parametric test for asymmetry
2.3K 次下载
更新时间 2012/5/11

查看许可证

H = TRIPLESTEST(X) performs the non-parametric triples test for symmetry (skewness) of the null hypothesis that the data in X comes from a symmetrical distribution with an unknown median. The test involves the examination of subsets of three variables from X (triples) to determine the likelihood that the distribution is skewed. H==0 indicated that the null hypothesis cannot be rejected at the 5% significance level. H==1 indicates that the null hypothesis can be rejected at the 5% level.

This test is suitable for date measured on a ordinal, interval, and rational scales, wheres the 3rd central moment (skewness) is valid for a rational scale only.

The syntax follows the style of most statistical tests in matlab. Note that the statistical toolbox is not required.

See help for an example.

Version 2.2, may 2012

引用格式

Jos (10584) (2025). TRIPLESTEST (https://ww2.mathworks.cn/matlabcentral/fileexchange/19547-triplestest), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

median was not part of the output.

1.0.0.0

fixed some errors in the help and comments