Base class for discrete probability distributions.
Methods
__init__()
__init__
logpdf(x)
logpdf
pdf(x)
pdf
ppf(u)
ppf
rvs([size])
rvs
shape(size)
shape
Attributes
dim
DiscreteDist
DiscreteDist.__init__()