mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Added negative binomial likelihood based on symbolic.
This commit is contained in:
parent
292e076a9a
commit
f5b8989ef5
7 changed files with 318 additions and 219 deletions
|
|
@ -71,6 +71,7 @@ class Probit(GPTransformation):
|
|||
|
||||
g(f) = \\Phi^{-1} (mu)
|
||||
|
||||
|
||||
"""
|
||||
def transf(self,f):
|
||||
return std_norm_cdf(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue