Stablised exp link_function and quadrature variances

This commit is contained in:
Alan Saul 2014-03-14 12:42:36 +00:00
parent 1ed7d73219
commit 169fd9b8d4
3 changed files with 15 additions and 6 deletions

View file

@ -21,7 +21,7 @@ class Poisson(Likelihood):
"""
def __init__(self, gp_link=None):
if gp_link is None:
gp_link = link_functions.Log_ex_1()
gp_link = link_functions.Log()
super(Poisson, self).__init__(gp_link, name='Poisson')