3.11.14. statsmodels.stats.multitest

Multiple Testing and P-Value Correction

Author: Josef Perktold License: BSD-3

3.11.14.1. Functions

fdrcorrection(pvals[, alpha, method, is_sorted]) pvalue correction for false discovery rate
fdrcorrection_twostage(pvals[, alpha, ...]) (iterated) two stage linear step-up procedure with estimation of number of true
multipletests(pvals[, alpha, method, ...]) test results and p-value correction for multiple tests

3.11.14.2. Classes

OrderedDict(*args, **kwds) Dictionary that remembers insertion order