mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 14:32:37 +02:00
changed psi0 of white to be zero
This commit is contained in:
parent
5570e82943
commit
f690da943a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@ class White(Kernpart):
|
|||
pass
|
||||
|
||||
def psi0(self,Z,mu,S,target):
|
||||
target += self.variance
|
||||
pass # target += self.variance
|
||||
|
||||
def dpsi0_dtheta(self,dL_dpsi0,Z,mu,S,target):
|
||||
target += dL_dpsi0.sum()
|
||||
pass # target += dL_dpsi0.sum()
|
||||
|
||||
def dpsi0_dmuS(self,dL_dpsi0,Z,mu,S,target_mu,target_S):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue