jomaovhet

버전 1.3.0.0 (3.82 KB) 작성자: Antonio Trujillo-Ortiz
Johansen's Multivariate Analysis of Variance Procedure under Heteroscedasticity.
다운로드 수: 235
업데이트 날짜: 2012/6/19

라이선스 보기

The multivariate analysis of variance (MANOVA) is the statistical procedure used to comparing the mean vectors of several multivariate normal populations. If the covariance matrices are assumed to be equal, there are several tests available to test the equality of the mean vectors. The Hotelling T2 test is a powerful invariant test used when there are only two vector population means to compare. According to Krishnamoorthy and Lu (2010), this test may be become seriously biased when the assumption of equality of covariance matrices is not satisfied. Moreover, it is very unlikely that the assumption of covariance equality can be satisfied in practice.

Sevaral test have been proposed to the Behrens-Fisher problem. Among them, there is the Johansen's (1980) procedure proposed as a multivariate test when the covariance matrices are unequal. It generalizes the Welch's (1938; 1951) univariate approximate degrees of freedom solution.

Here, a m-file analytical procedure using the Johansen's test is developed. It works with two or more multivariate samples under heteroscedasticity.

JOMAOVHET treats NaN values as missing values, and removes them.

Syntax: function jomaovhet(X,alpha)

Inputs:
X - data matrix (Size of matrix must be n-by-(1+p); sample=column 1, variables=column 2:p)
alpha - significance level (default = 0.05)

Output:
- Whether or not the equality of mean vectors was met

인용 양식

Antonio Trujillo-Ortiz (2024). jomaovhet (https://www.mathworks.com/matlabcentral/fileexchange/37173-jomaovhet), MATLAB Central File Exchange. 검색됨 .

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

Text was improved.

1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0