mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
TODO added
This commit is contained in:
parent
bc735cbba2
commit
b2bc978767
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class poisson(likelihood):
|
||||||
width = 3./np.log(max(self.Y[i],2))
|
width = 3./np.log(max(self.Y[i],2))
|
||||||
|
|
||||||
# Simpson's approximamtion
|
# Simpson's approximamtion
|
||||||
|
#TODO explain this algorithm
|
||||||
A = opt - width
|
A = opt - width
|
||||||
B = opt + width
|
B = opt + width
|
||||||
K = 10*int(np.log(max(self.Y[i],150)))
|
K = 10*int(np.log(max(self.Y[i],150)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue