TODO added

This commit is contained in:
Ricardo Andrade 2013-01-23 16:12:04 +00:00
parent bc735cbba2
commit b2bc978767

View file

@ -138,6 +138,7 @@ class poisson(likelihood):
width = 3./np.log(max(self.Y[i],2))
# Simpson's approximamtion
#TODO explain this algorithm
A = opt - width
B = opt + width
K = 10*int(np.log(max(self.Y[i],150)))