Omnibus API reference

test_mackwolfe(data[, val_col, group_col, ...])

Mack-Wolfe Test for Umbrella Alternatives.

test_osrt(data[, val_col, group_col, sort])

Hayter's one-sided studentised range test (OSRT)

test_durbin(data[, y_col, group_col, ...])

Durbin's test whether k groups (or treatments) in a two-way balanced incomplete block design (BIBD) have identical effects.

test_jonckheere(data[, val_col, group_col, ...])

Jonckheere-Terpstra test for ordered alternatives.

test_page(data[, y_col, group_col, ...])

Page's ordered aligned rank sum test for a randomized complete block design against an a priori ordered alternative (group order is taken from the natural order of group_col, i.e. the order in which groups appear in the data / columns, unless sort is True) [1]_.

test_hartley(data[, val_col, group_col, ...])

Hartley's maximum F-ratio test of homogeneity of variances.

test_median(data[, val_col, group_col, ...])

Brown-Mood median test.