N(loc, scale^2) distribution.
Methods
__init__([loc, scale])
__init__
logpdf(x)
logpdf
pdf(x)
pdf
posterior(x[, sigma])
posterior
Modelp is X_1,...,X_n ~ N(theta, sigma^2), theta~self, sigma fixed.
ppf(u)
ppf
rvs([size])
rvs
shape(size)
shape
Attributes
dim
Normal
Normal.__init__()