Mskekur
Calculates the Mardia's multivariate skewness and kurtosis coefficients as well as their corresponding statistical tests. For large sample size the multivariate skewness is asymptotically distributed as a Chi-square random variable; here it is corrected for small sample size. Likewise, the multivariate kurtosis it is distributed as a unit-normal.
Inputs:
X - multivariate data matrix [Size of matrix must be n(data)-by-p (variables)].
c - normalizes covariance matrix by n (c=1[default]) or by n-1 (c~=1)
alpha - significance level (default = 0.05).
Outputs:
-Complete statistical analysis table of both multivariate Mardia's skewness and kurtosis.
-Chi-square quantile-quantile (Q-Q) plot of the squared Mahalanobis distances of the observations from the mean vector.
-The file ask you whether or not are you interested to label the n data points on the Q-Q plot:
Are you interested to explore all the n data points? (y/n):
引用格式
Antonio Trujillo-Ortiz (2024). Mskekur (https://www.mathworks.com/matlabcentral/fileexchange/3519-mskekur), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Text was improved. |