mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
various fixes in likelihoods, esp studentT and plotting
This commit is contained in:
parent
cc96f5b3d5
commit
b7508ce12b
5 changed files with 50 additions and 56 deletions
|
|
@ -93,7 +93,6 @@ class Bernoulli(Likelihood):
|
|||
return 0.
|
||||
else:
|
||||
return np.nan
|
||||
#raise NotImplementedError
|
||||
|
||||
def pdf_link(self, link_f, y, extra_data=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue