scipy.maxentropy.conditionalmodel.probdist

conditionalmodel.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())

Previous topic

scipy.maxentropy.conditionalmodel.pmf_function

Next topic

scipy.maxentropy.conditionalmodel.reset

This Page