Added negative binomial likelihood based on symbolic.

This commit is contained in:
Neil Lawrence 2014-04-01 07:03:01 +01:00
parent 292e076a9a
commit f5b8989ef5
7 changed files with 318 additions and 219 deletions

View file

@ -71,6 +71,7 @@ class Probit(GPTransformation):
g(f) = \\Phi^{-1} (mu)
"""
def transf(self,f):
return std_norm_cdf(f)