This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.maxentropy.model.probdist
-
model.probdist()
Returns an array indexed by integers representing the values
of the probability mass function (pmf) at each point in the
sample space under the current model (with the current parameter
vector self.params).
Equivalent to exp(self.logpmf())