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

@ -13,7 +13,7 @@ from ...core.parameterization.transformations import Logexp
class Symbolic(Kern):
"""
A kernel object, where all the hard work in done by sympy.
A kernel object, where all the hard work is done by sympy.
:param k: the covariance function
:type k: a positive definite sympy function of x_0, z_0, x_1, z_1, x_2, z_2...