statsmodels.stats.multitest.LocalFDRCorrectionResult#

class statsmodels.stats.multitest.LocalFDRCorrectionResult(fdr, lfdr)[source]#

Result of local_fdr_correction.

Parameters:
fdrndarray

The estimated tail false discovery rate for each input p-value, in the same order as the p-values passed to local_fdr_correction.

lfdrndarray

The estimated local false discovery rate for each input p-value, in the same order as the p-values passed to local_fdr_correction.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Properties

fdr

Alias for field number 0

lfdr

Alias for field number 1