Ordanova

버전 1.0.0.0 (1.9 KB) 작성자: Alan de Freitas
Statistical test ORDANOVA for nominal data.
다운로드 수: 181
업데이트 날짜: 2012/6/4

라이선스 보기

The test takes a table in which each line represents a nominal category and each column represents a analysis of the data. Each element table(i,j) is the number of occurrences of the data of that category i for the method j.

H_0 : p_{k1} = p_{k2} = \dots = p_{kM}
The probabilities are the same in each column
H_1 : one or more frequencies of the same category k (represented by
lines) are not equal to the others

INPUTS:
table : in format (number of categories) lines and
(number of treatments) columns
alpha : desired significance value (default = 0.05)

OUTPUTS:
p : p-value of the test
h : hyphoteses (h=1: values are different)
i : test value

EXAMPLE 1:
table = [4,2,3;83,90,85;10,6,7;3,2,5];
[p,h,i] = ordanova(table)
p =
0.5237
h =
0
i =
0.6468

EXAMPLE 2:
table = [4,2,3;83,90,7;10,6,83;3,2,5];
[p,h,i] = ordanova(table)
p =
0
h =
1
i =
70.7250

The test is described by :
Emil Bashkansky, Tamar Gadrich and Ilya Kuselman
in
Interlaboratory comparison of test results of an ordinal or nominal
binary property: analysis of variation

인용 양식

Alan de Freitas (2024). Ordanova (https://www.mathworks.com/matlabcentral/fileexchange/36971-ordanova), MATLAB Central File Exchange. 검색됨 .

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