ACR
From the method given by Wilks (1963) and approaching to a F distribution function by the Yang and Lee (1987) formulation, we provide an m-file to get the critical value of the maximun squared Mahalanobis distance to detect outliers from a normal multivariate sample.
--The function's name is giving as a gratefull to Dr. Alvin C. Rencher for his unvaluable contribution to the teaching of multivariate statistics with his text 'Methods of Multivariate Analysis'.--
Inputs:
p - number of independent variables.
n - sample size.
alpha - significance level (default = 0.05).
Output:
x - critical value of the maximun squared Mahalanobis distance.
We can generate all the critical values of the maximun squared Mahalanobis distance presented on the Table XXXII of by Barnett and Lewis (1978) and Table A.6 of Rencher (2002). Also with any given significance level (alpha).
引用格式
Antonio Trujillo-Ortiz (2024). ACR (https://www.mathworks.com/matlabcentral/fileexchange/12161-acr), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Linear Algebra >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Code was improved on line 78. |