mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[heteroscedastic gauss] Implemented Heteroscedastic Guassian Lik with @ric70x7
This commit is contained in:
parent
0d32652c88
commit
4bd99c674f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue