https://github.com/tansey/smoothfdr
Raw File
Tip revision: 49cb69c5a18fdb262964fbfeb47ab2099eb32c5c authored by Wesley Tansey on 03 May 2018, 19:46:59 UTC
Merged
Tip revision: 49cb69c
DESCRIPTION.rst
False Discovery Rate Smoothing
==============================

The smoothfdr package provides an implementation of false dicovery rate smoothing as presented in the paper by Tansey et al. (arxiv link).

The documentation is still being written. To-do list includes:

1) Basic usage

2) Examples

    - 2a) 1-d
    - 2b) 2-d (rectangular)
    - 2c) fMRI (non-rectangular)

All of these cases are covered by the code, but detailed examples still need to be written up.
back to top