added priors behaviour as intended and issue #38 closed and fixed

This commit is contained in:
Max Zwiessele 2013-06-04 18:09:02 +01:00
parent 29790e327a
commit 75f4e26b23
5 changed files with 16 additions and 16 deletions

View file

@ -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.