mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +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
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue