Durbin test

版本 2.0.0.0 (15.2 KB) 作者: Giuseppe Cardillo
Perform the Durbin test for balanced incomplete block design
461.0 次下载
更新时间 2018/4/14

In the analysis of designed experiments, the Friedman test is the most common non-parametric test for complete block designs. The Durbin test is a nonparametric test for balanced incomplete designs that reduces to the Friedman test in the case of a complete block design. In a randomized block design, k treatments are applied to b blocks. In a complete block design, every treatment is run for every block. For some experiments, it may not be realistic to run all treatments in all blocks, so one may need to run an incomplete block design. In this case, it is strongly recommended to run a balanced incomplete design. A balanced incomplete block design has the following properties:
Every block contains k experimental units.
Every treatment appears in r blocks.
Every treatment appears with every other treatment an equal number of times.

The Durbin test is based on the following assumptions:

The b blocks are mutually independent. That means the results within one block do not affect the results within other blocks.
The data can be meaningfully ranked (i.e., the data have at least an ordinal scale).

Syntax: durbin(x,alpha)

Inputs:
x (mandatory) - data matrix
alpha (optional) - significance level (default = 0.05).

Outputs:
T1 statistic and chi square approximation
T2 statistic and F approximation
Multiple Comparisons (eventually)

T1 was the original statistic proposed by James Durbin, which would have an approximate null distribution of chi-square. The T2 statistic has slightly more accurate critical regions, so it is now the preferred statistic. The T2 statistic is the two-way analysis of variance statistic computed on the ranks R(Xij).

Created by Giuseppe Cardillo
giuseppe.cardillo-edta@poste.it

To cite this file, this would be an appropriate format: Cardillo G. (2010). Durbin: Durbin nonparametric test for balanced incomplete designs
http://www.mathworks.com/matlabcentral/fileexchange/26972

引用格式

Giuseppe Cardillo (2024). Durbin test (https://github.com/dnafinder/durbin), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Pattern Recognition and Classification 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
2.0.0.0

inputparser; some code makeup; github link

1.1.0.0

change in help section for correct citation

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库