mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
added priors behaviour as intended and issue #38 closed and fixed
This commit is contained in:
parent
29790e327a
commit
75f4e26b23
5 changed files with 16 additions and 16 deletions
|
|
@ -136,6 +136,7 @@ def gamma_from_EV(E, V):
|
|||
warnings.warn("use Gamma.from_EV to create Gamma Prior", FutureWarning)
|
||||
return Gamma.from_EV(E, V)
|
||||
|
||||
|
||||
class Gamma(Prior):
|
||||
"""
|
||||
Implementation of the Gamma probability function, coupled with random variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue