bundles / scipy latest / scipy / stats / _multivariate / dirichlet_multinomial_frozen / logpmf
function
scipy.stats._multivariate:dirichlet_multinomial_frozen.logpmf
Signature
def logpmf ( self , x ) Summary
The log of the probability mass function.
Parameters
x: ndarrayCategory counts (non-negative integers). Must be broadcastable with shape parameter
alpha. If multidimensional, the last axis must correspond with the categories.
Returns
: out: ndarray or scalarLog of the probability mass function.
Aliases
-
scipy.stats._multivariate.dirichlet_multinomial_frozen.logpmf