Added gibbs.py, although test is still failing.

This commit is contained in:
Neil Lawrence 2013-09-02 13:34:48 +01:00
parent 549f64892e
commit bd4c7f34ea
10 changed files with 223 additions and 33 deletions

View file

@ -44,7 +44,7 @@ class White(Kernpart):
def dKdiag_dtheta(self,dL_dKdiag,X,target):
target += np.sum(dL_dKdiag)
def dK_dX(self,dL_dK,X,X2,target):
def dK_dX(self,dL_dK,X,X2,target):
pass
def dKdiag_dX(self,dL_dKdiag,X,target):