mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
more massive and destructive changes everywhere
This commit is contained in:
parent
881800126f
commit
5ec64d2279
18 changed files with 202 additions and 166 deletions
|
|
@ -6,10 +6,10 @@ import numpy as np
|
|||
from scipy import stats,special
|
||||
import scipy as sp
|
||||
from GPy.util.univariate_Gaussian import std_norm_pdf,std_norm_cdf
|
||||
import gp_transformations
|
||||
import link_functions
|
||||
from likelihood import Likelihood
|
||||
|
||||
class Exponential(NoiseDistribution):
|
||||
class Exponential(Likelihood):
|
||||
"""
|
||||
Expoential likelihood
|
||||
Y is expected to take values in {0,1,2,...}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue