13.15
The Wald-Wolfowitz runs test examines the randomness in ordered or sequential data. It uses computed runs from the data, where the randomness is rejected when the value of runs is too low or too high.
A run is the data sequence following another similar sequence in the same data that is mutually exclusive from the other.
The runs can be computed for binary, categorical, or numerical data.
For example, the sequence of winning or losing a tennis match is binary data. Notice that the values of runs for dataset-1 and dataset-2 are extreme, making them less random than dataset-3.
A DNA sequence is a typical example of categorical data. Here, the value of runs for sequence-1 and sequence-2 is extreme, making them less random than sequence-3.
Computing runs for numerical data, such as the order of leaf size cut by a leafcutter bee, requires its mean or median. Assign a + sign for every value higher than the mean or median and a - sign for every value lower to get a sequence of binary signs to calculate the runs.
De Wald-Wolfowitz-test, ook bekend als de runs-test, is een niet-parametrische statistische test die wordt gebruikt om de willekeur van een reeks van…
Copyright © 2026 MyJoVE Corporation. Alle rechten voorbehouden.