If I did things correctly (and didn't just re-run the unit tests for the master branch), this should give the same answer when things are numerically stable. The fact that we're not calculating log(1-p) manually anymore should improve the precision when most of the probability mass is at zero.
Per my comments in https://github.com/weecology/sad-comparison/issues/93
If I did things correctly (and didn't just re-run the unit tests for the master branch), this should give the same answer when things are numerically stable. The fact that we're not calculating
log(1-p)
manually anymore should improve the precision when most of the probability mass is at zero.