[heteroscedastic gauss] Implemented Heteroscedastic Guassian Lik with @ric70x7

This commit is contained in:
Max Zwiessele 2015-08-28 16:28:01 +01:00
parent 0d32652c88
commit 4bd99c674f

View file

@ -48,7 +48,7 @@ class Gaussian(Likelihood):
def betaY(self,Y,Y_metadata=None):
#TODO: ~Ricardo this does not live here
print "Iam Here"
raise RuntimeError, "Please notify the GPy developers, this should not happen"
return Y/self.gaussian_variance(Y_metadata)
def gaussian_variance(self, Y_metadata=None):