mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
added a likelihood atom class
and also some import tidying in the EP.py file
This commit is contained in:
parent
7dfbcebb87
commit
346f9dd8bd
3 changed files with 41 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import numpy as np
|
||||
from likelihood import likelihood
|
||||
|
||||
class Gaussian:
|
||||
class Gaussian(likelihood):
|
||||
def __init__(self,data,variance=1.,normalize=False):
|
||||
self.is_heteroscedastic = False
|
||||
self.data = data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue