I've been digging into this package, and I noticed that you're using the formula sum((y - m) / w) / sum(m / w) to calculate "hotspot" scores for the scan_eb_negbin function, but Tango et al. (2011) use the formula sum((y-m) / w) / sqrt(sum(m / w)). Was there a deliberate reason for this change or is this a bug?
Thanks,
-Paul
I've been digging into this package, and I noticed that you're using the formula
sum((y - m) / w) / sum(m / w)to calculate "hotspot" scores for thescan_eb_negbinfunction, but Tango et al. (2011) use the formulasum((y-m) / w) / sqrt(sum(m / w)). Was there a deliberate reason for this change or is this a bug?Thanks,
-Paul