made the BGPLVM work in the new world order

This commit is contained in:
James Hensman 2013-02-01 17:42:51 +00:00
parent f7d2fc6ca4
commit 2b756e96e1
3 changed files with 22 additions and 12 deletions

View file

@ -65,7 +65,7 @@ class sparse_GP(GP):
# kernel computations, using BGPLVM notation
self.Kmm = self.kern.K(self.Z)
if self.has_uncertain_inputs:
self.psi0 = self.kern.psi0(self.Z,self.X, self.X_uncerTainty)
self.psi0 = self.kern.psi0(self.Z,self.X, self.X_uncertainty)
self.psi1 = self.kern.psi1(self.Z,self.X, self.X_uncertainty).T
self.psi2 = self.kern.psi2(self.Z,self.X, self.X_uncertainty)
if self.likelihood.is_heteroscedastic: