mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
11 lines
380 B
Python
11 lines
380 B
Python
from .bernoulli import Bernoulli
|
|
from .exponential import Exponential
|
|
from .gaussian import Gaussian, HeteroscedasticGaussian
|
|
from .gamma import Gamma
|
|
from .poisson import Poisson
|
|
from .student_t import StudentT
|
|
from .likelihood import Likelihood
|
|
from .mixed_noise import MixedNoise
|
|
from .binomial import Binomial
|
|
from .weibull import Weibull
|
|
from .loglogistic import LogLogistic
|