Inherits from
- rv_discrete: SciPy.stats.distributions.rv_discrete
Method summary
- rvs(self, min, max = None, size = None)
Inherited from base classes
- __call__(self, *args, **kwds)
- __fix_loc(self, args, loc)
- __init__(self, a = 0, b = inf, name = None, badvalue = None, moment_tol = 1e-08, values = None, inc = 1, longname = None, shapes = None, extradoc = None)
- cdf(self, k, *args, **kwds)
- entropy(self, *args, **kwds)
- freeze(self, *args, **kwds)
- isf(self, q, *args, **kwds)
- moment(self, n, *args, **kwds)
- pmf(self, k, *args, **kwds)
- ppf(self, q, *args, **kwds)
- sf(self, k, *args, **kwds)
- stats(self, *args, **kwds)
Methods
- rvs(self, min, max = None, size = None)
An array of size random integers >= min and < max.
If max is None, then range is >=0 and < min
