EP is back.

This commit is contained in:
Ricardo 2014-05-15 16:36:03 +01:00
parent a03d037736
commit 3d76664af0
4 changed files with 238 additions and 27 deletions

View file

@ -227,3 +227,6 @@ class Bernoulli(Likelihood):
ns = np.ones_like(gp, dtype=int)
Ysim = np.random.binomial(ns, self.gp_link.transf(gp))
return Ysim.reshape(orig_shape)
def exact_inference_gradients(self, dL_dKdiag,Y_metadata=None):
pass