Skip to content

princello/FDR-controlling-procedures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FDR-controlling-procedures

A bref introduction

A python scipt about false discovery rate controlling procedure

import fdrp.py

Procedures

Benjamini & Hochberg procedure

bhp(p_values)

Benjamini & Yekutieli procedure To deal with too many true positives

byp(p_values)

Bonferroni correction (familywise error rate controlling procedure)

bon(p_values)

reference

Benjamini, Y., and Yekutieli, D. (2001). The control of the false discovery rate in multiple testing under dependency. Annals of Statistics 29, 1165–1188.

About

False discovery rate, Benjamini-Yekutieli method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages