mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
added initial test for warped gps using identity function
This commit is contained in:
parent
7fd8c9c556
commit
76bc0bec25
3 changed files with 15 additions and 6 deletions
|
|
@ -64,7 +64,6 @@ class WarpedGP(GP):
|
|||
def log_likelihood(self):
|
||||
ll = GP.log_likelihood(self)
|
||||
jacobian = self.warping_function.fgrad_y(self.Y_untransformed)
|
||||
print np.log(jacobian)
|
||||
return ll + np.log(jacobian).sum()
|
||||
|
||||
def plot_warping(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue