stephens999 / ashr

An R package for adaptive shrinkage
GNU General Public License v3.0
79 stars 35 forks source link

Implement more accurate computation of very small LFSRs (and LFDRs) accurately #118

Open pcarbo opened 4 years ago

pcarbo commented 4 years ago

It could be useful in some cases to (accurately) compute very small LFSRs (e.g. < 1e-16) --- if you want to compare with very small p-values, for example. I'm not sure the existing implementation allows for that. (We would also need to come up with some good tests to evaluate these computations.)