maxbiostat / opinion_pooling

Bits and pieces on (logarithmic) opinion pooling
4 stars 2 forks source link

Re-factor tpool and dpool #16

Open maxbiostat opened 9 years ago

maxbiostat commented 9 years ago

We need a smarter way to take in integration limits

maxbiostat commented 9 years ago

Currently we have one for -Inf,Inf, one for 0,Inf and yet another for 0,1

maxbiostat commented 4 years ago

We also would be better off doing things in log space first, then transforming back when all was completed.