Gamma(a,b) distribution, scale=1/b.
Methods
__init__([a, b])
__init__
logpdf(x)
logpdf
pdf(x)
pdf
posterior(x)
posterior
Modelp is X_1,...,X_n ~ N(0, 1/theta), theta ~ Gamma(a, b)
ppf(u)
ppf
rvs([size])
rvs
shape(size)
shape
Attributes
dim
Gamma
Gamma.__init__()