various fixes in likelihoods, esp studentT and plotting

This commit is contained in:
James Hensman 2014-03-13 15:35:54 +00:00
parent cc96f5b3d5
commit b7508ce12b
5 changed files with 50 additions and 56 deletions

View file

@ -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):
"""